modeules update

This commit is contained in:
Odweta
2026-01-11 18:26:09 +01:00
parent dd5b4fe5ed
commit e9a34ec9fe
7 changed files with 20 additions and 15 deletions
+8 -8
View File
@@ -6,12 +6,12 @@
home.stateVersion = "25.05";
programs.home-manager.enable = true;
home.file = {
".bashrc".text = ''
'';
};
#home.packages = with pkgs; [
#];
imports = [
./bash.nix
./git.nix
./hyprland.nix
./kitty.nix
./vim.nix
./xdg.nix
];
}