Add stylix but leave disabled
This commit is contained in:
28
themes/sandstone-forest/default.nix
Normal file
28
themes/sandstone-forest/default.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
stylix.image = ./wallpaper.jpg;
|
||||
stylix.polarity = "dark";
|
||||
|
||||
stylix.fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Serif";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
};
|
||||
}
|
||||
BIN
themes/sandstone-forest/wallpaper.jpg
Normal file
BIN
themes/sandstone-forest/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 MiB |
3
themes/targets/all.nix
Normal file
3
themes/targets/all.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
stylix.autoEnable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user