feat: Added everything to a singular flake
This commit is contained in:
@@ -43,9 +43,9 @@ in {
|
||||
./gui.nix
|
||||
./kitty.nix
|
||||
./ncmpcpp.nix
|
||||
./nvim.nix
|
||||
./sops.nix
|
||||
./tmux.nix
|
||||
../neovim
|
||||
]
|
||||
++ lib.optionals device.isLinux [../linux]
|
||||
# ++ lib.optionals.device.isMac [../macos]
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.nixvim.homeManagerModules.nixvim];
|
||||
programs.nixvim =
|
||||
pkgs.sneovim.config
|
||||
// {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user