feat: enable stylix integration with home-manager
This commit is contained in:
parent
9fec340586
commit
bc64af1a17
5 changed files with 5 additions and 17 deletions
|
@ -33,7 +33,6 @@
|
|||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./nixos/configuration.nix
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -47,6 +46,7 @@
|
|||
modules = [
|
||||
./home-manager/${stevenUserName}/home.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue