modeules update
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch --flake /home/odweta/nixos/#nixos";
|
||||
};
|
||||
};
|
||||
}
|
||||
+1
-1
@@ -3,5 +3,5 @@
|
||||
{
|
||||
environment.variables = {
|
||||
EDITOR = "vim";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,13 +24,8 @@
|
||||
}
|
||||
./configuration.nix # FIXME: MODULARIZE
|
||||
./env-vars.nix
|
||||
./git.nix
|
||||
#./hardware-configuration.nix
|
||||
./hyprland.nix
|
||||
./kitty.nix
|
||||
./theme.nix
|
||||
./vim.nix
|
||||
./xdg.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user