enable stylix

This commit is contained in:
Don Harper 2024-05-19 23:02:23 -05:00
parent 22157a48a2
commit f7ae216417
10 changed files with 258 additions and 42 deletions

BIN
hosts/feed-me.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -7,6 +7,7 @@
../workstation
../workstation/kvm.nix
../wm
../themes.nix
];
networking.hostName = "loki";
}

22
hosts/themes.nix Normal file
View file

@ -0,0 +1,22 @@
stylix = {
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
image = ./feed-me.png;
fonts = {
# monospace = {
# package = pkgs.nerdfonts.override {fonts = ["Source Code Pro"];};
# # package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
# };
sizes = {
applications = 12;
terminal = 9;
desktop = 12;
popups = 10;
};
};
opacity = {
applications = 1.0;
terminal = 0.75;
desktop = 1.0;
popups = 1.0;
};
};

View file

@ -75,7 +75,6 @@ in
};
plymouth = {
enable = true;
theme = "breeze";
};
kernel = {
sysctl = { "vm.swappiness" = 10;};