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
7
home-manager/stvnliu/stylix.nix
Normal file
7
home-manager/stvnliu/stylix.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||
image = ./assets/gruvbox-wallpaper.png;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue