refactor(stylix): add home-manager integration
This commit is contained in:
parent
a70aebffff
commit
6e258fc023
16 changed files with 52 additions and 33 deletions
|
@ -2,12 +2,14 @@
|
|||
{
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./themes/darkviolet.nix
|
||||
./fonts/sauce-code-pro.nix
|
||||
./cursors/banana-cursor.nix
|
||||
../../themes/darkviolet.nix
|
||||
../../themes/fonts/sauce-code-pro.nix
|
||||
../../themes/cursors/banana-cursor.nix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ../../media/wallpaper.jpg;
|
||||
homeManagerIntegration.autoImport = false;
|
||||
homeManagerIntegration.followSystem = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue