begin modularization

This commit is contained in:
Odweta
2026-01-12 10:16:59 +01:00
parent 9c9cbada43
commit 939d734e91
39 changed files with 40 additions and 60 deletions
+12 -11
View File
@@ -7,16 +7,17 @@
programs.home-manager.enable = true;
imports = [
./bash.nix
./git.nix
./hyprland.nix
./keepass.nix
./kitty.nix
./minecraft.nix
./syncthing.nix
./vim.nix
./waybar.nix
./xdg.nix
./xournalpp.nix
./homeManagerModules/bash.nix
./homeManagerModules/fastfetch.nix
./homeManagerModules/git.nix
./homeManagerModules/hyprland.nix
./homeManagerModules/keepass.nix
./homeManagerModules/kitty.nix
./homeManagerModules/minecraft.nix
./homeManagerModules/syncthing.nix
./homeManagerModules/vim.nix
./homeManagerModules/waybar.nix
./homeManagerModules/xdg.nix
./homeManagerModules/xournalpp.nix
];
}