initial commit for module-refactor

This commit is contained in:
pagedmov
2024-11-01 21:01:52 -04:00
parent 7bee6ebce5
commit ff2535e7a7
62 changed files with 2819 additions and 2670 deletions

View File

@@ -9,14 +9,15 @@
home-manager,
...
}: {
imports =
[(import ./gtk.nix)]
++ [(import ./spicetify.nix)]
++ [(import ./stylix.nix)]
++ [(import ./starship.nix)]
++ [(import ./userpkgs.nix)]
++ [(import ./zshell.nix)]
++ [(import ./swaync.nix)]
++ [(import ./waybar)]
++ [(import ./hyprland)];
imports = [
./gtk.nix
./spicetify.nix
./stylix.nix
./starship.nix
./userpkgs.nix
./zshell.nix
./swaync.nix
./hyprland.nix
./waybar.nix
];
}