enable stylix
This commit is contained in:
parent
22157a48a2
commit
f7ae216417
10 changed files with 258 additions and 42 deletions
BIN
hosts/feed-me.png
Normal file
BIN
hosts/feed-me.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
|
|
@ -7,6 +7,7 @@
|
|||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../wm
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
|
|
|
|||
22
hosts/themes.nix
Normal file
22
hosts/themes.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
|
|
@ -75,7 +75,6 @@ in
|
|||
};
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "breeze";
|
||||
};
|
||||
kernel = {
|
||||
sysctl = { "vm.swappiness" = 10;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue