refactor: move theme.nix to modules
This commit is contained in:
parent
108b4088c4
commit
ac302abab7
4 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/wim/configuration.nix
|
||||
./hosts/wim
|
||||
] ++ defaultModules;
|
||||
};
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/binto/configuration.nix
|
||||
./hosts/binto
|
||||
] ++ defaultModules;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
../../modules/alacritty.nix
|
||||
../../modules/dconf.nix
|
||||
../../modules/firefox
|
||||
../../modules/theme.nix
|
||||
];
|
||||
|
||||
# No touchy
|
|
@ -34,13 +34,13 @@
|
|||
home-manager.users = {
|
||||
matt = {
|
||||
imports = [
|
||||
./home/theme.nix
|
||||
./home/hyprland.nix
|
||||
./home/packages.nix
|
||||
|
||||
../../modules/alacritty.nix
|
||||
../../modules/dconf.nix
|
||||
../../modules/firefox
|
||||
../../modules/theme.nix
|
||||
../../modules/wofi
|
||||
|
||||
./modules/dotfiles.nix
|
Loading…
Add table
Reference in a new issue