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

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