change the theming to stylix, set a background image, and set cursors automagically

This commit is contained in:
Lillian Violet 2024-11-09 18:00:23 +01:00
parent 382913f15d
commit 99cd42ce60
10 changed files with 447 additions and 98 deletions

View file

@ -49,24 +49,24 @@
# Can be used to install latest version of some packages
]);
fonts = {
packages = with pkgs; [
noto-fonts-emoji-blob-bin
cantarell-fonts
dejavu_fonts
fira-code
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
paratype-pt-sans
paratype-pt-mono
paratype-pt-serif
roboto
twemoji-color-font
font-awesome
atkinson-hyperlegible
fira-code-nerdfont
];
enableDefaultPackages = false;
};
# fonts = {
# packages = with pkgs; [
# noto-fonts-emoji-blob-bin
# cantarell-fonts
# dejavu_fonts
# fira-code
# noto-fonts
# noto-fonts-cjk-sans
# noto-fonts-cjk-serif
# paratype-pt-sans
# paratype-pt-mono
# paratype-pt-serif
# roboto
# twemoji-color-font
# font-awesome
# atkinson-hyperlegible
# fira-code-nerdfont
# ];
# enableDefaultPackages = false;
# };
}