various cleanups
This commit is contained in:
parent
869c881944
commit
b8ac30ba01
6 changed files with 79 additions and 21 deletions
18
stylix.nix
18
stylix.nix
|
|
@ -1,18 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
enableReleaseChecks = false;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||
targets = {
|
||||
qt.enable = false;
|
||||
plymouth = {
|
||||
enable = true;
|
||||
logo = ./logo.png;
|
||||
};
|
||||
fontconfig.enable = false;
|
||||
font-packages.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue