stylix
This commit is contained in:
parent
dbad0a1263
commit
6531e8ef79
4 changed files with 306 additions and 0 deletions
5
modules/stylix.nix
Normal file
5
modules/stylix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
stylix.enable = true;
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rise-pine.yaml";
|
||||
targets.qt.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue