30 lines
644 B
Plaintext
30 lines
644 B
Plaintext
# {{{autogen}}}
|
|
enable = true;
|
|
base16Scheme = ../../../assets/system/theming/stylix/catppuccin-mocha.yaml;
|
|
image = ../../../assets/hyprland/wallpaperstuff/pictures/wall1.jpg;
|
|
polarity = "dark";
|
|
|
|
cursor = {
|
|
package = "phinger-cursors"; # symbolic reference
|
|
name = "phinger-cursors-light";
|
|
size = 24;
|
|
};
|
|
|
|
fonts = {
|
|
monospace = {
|
|
package = "nerd-fonts-fira-code";
|
|
name = "Fira Code Nerd Font";
|
|
};
|
|
sansSerif = {
|
|
package = "lato";
|
|
name = "Lato";
|
|
};
|
|
};
|
|
|
|
icons = {
|
|
enable = true;
|
|
package = "papirus-icon-theme";
|
|
dark = "Papirus-Dark";
|
|
light = "Papirus-Light";
|
|
};
|