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