mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
removed hard coded fonts in favor of specified overrides
This commit is contained in:
parent
0736ea0c8b
commit
b9c4ec511d
|
@ -116,6 +116,8 @@
|
|||
"org/gnome/desktop/interface" = {
|
||||
gtk-theme = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
||||
color-scheme = "prefer-dark";
|
||||
cursor-theme = "Catppuccin-Frappe-Dark-Cursors";
|
||||
cursor-size = 24;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -17,12 +17,15 @@
|
|||
variant = "frappe";
|
||||
tweaks = [ "normal" ];
|
||||
};
|
||||
|
||||
iconTheme.name = "Papirus-Dark";
|
||||
iconTheme.package = pkgs.catppuccin-papirus-folders.override {
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
};
|
||||
|
||||
font.name = "NotoSans Nerd Font Regular";
|
||||
font.package = pkgs.nerdfonts.override { fonts = [ "Noto" ]; };
|
||||
|
||||
cursorTheme.package = pkgs.catppuccin-cursors.frappeDark;
|
||||
cursorTheme.name = "Catppuccin-Frappe-Dark-Cursors";
|
||||
|
|
Loading…
Reference in a new issue