task | moved call to themes to workstation/default.nix

This commit is contained in:
Don Harper 2024-12-10 15:08:55 -06:00
parent 74e688b95d
commit 4d6c526e06
19 changed files with 0 additions and 19 deletions

View file

@ -11,7 +11,6 @@
./hardware-configuration.nix
# ../disko/mmcblk.nix
../workstation
../themes.nix
../wm
];
networking.hostName = "ace";

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
inputs.nixos-hardware.nixosModules.raspberry-pi-4
./hardware-configuration.nix
../themes.nix
../../server
];
networking.hostName = "display";

View file

@ -12,7 +12,6 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../themes.nix
../wm
];
networking.hostName = "dragon";

View file

@ -13,7 +13,6 @@
# ../disko/mmcblk.nix
../workstation
../workstation/games
../themes.nix
../wm
../../home/work
];

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../server
../themes.nix
./docker.nix
# ./podman.nix
../server/searxng.nix

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "harper";
}

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "harper2";
}

View file

@ -14,7 +14,6 @@
../workstation
../workstation/kvm.nix
../workstation/games
../themes.nix
../wm
../../home/work
];

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "nuwww";
}

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../server
../themes.nix
];
networking.hostName = "pi1";
}

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "pihole";
}

View file

@ -12,7 +12,6 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../themes.nix
../wm
];
networking.hostName = "pocket2";

View file

@ -13,7 +13,6 @@
# ../disko/sda.nix
../workstation
../wm
../themes.nix
../../home/work
];
networking.hostName = "smaug";

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../workstation
../themes.nix
../wm
];
networking.hostName = "t2";

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../server
../themes.nix
];
networking.hostName = "vm";
}

View file

@ -8,7 +8,6 @@
}: {
imports = [
./hardware-configuration.nix
../themes.nix
];
networking.hostName = "vm1";
}

View file

@ -11,7 +11,6 @@
./hardware-configuration.nix
./network.nix
../server
../themes.nix
# ../server/searxng.nix
];
networking.hostName = "w1";

View file

@ -11,7 +11,6 @@
./hardware-configuration.nix
./network.nix
../server
../themes.nix
# ../server/searxng.nix
];
networking.hostName = "w1";

View file

@ -10,7 +10,6 @@
inputs.catppuccin.nixosModules.catppuccin
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "www2";
}