This commit is contained in:
joy 2024-06-12 06:51:22 +02:00
parent 1fe43548a2
commit 3dd4545d5e
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
system = "x86_64-linux";
modules = [
./hosts/pc
inputs.stylix.nixosModules.stylix
# inputs.stylix.nixosModules.stylix
];
};
nixosConfigurations.laptop = nixpkgs.lib.nixosSystem {

View file

@ -8,6 +8,6 @@
./packages
./misc
./gdm
./stylix
# ./stylix
];
}