undo testing
This commit is contained in:
parent
fcd2386eb6
commit
f25f50f21a
@ -21,7 +21,7 @@
|
||||
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
# inputs.home-manager.nixosModules.default
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./hosts/default/configuration.nix
|
||||
];
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# Enable stylix
|
||||
stylix.enable = libMkforce true;
|
||||
services.stylix.enable = libMkforce true;
|
||||
|
||||
stylix.homeManagerIntegration.autoImport = false;
|
||||
stylix.homeManagerIntegration.followSystem = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user