new wallpapers added, along with a general visual overhaul via stylix and refactoring of existing stylization options

This commit is contained in:
pagedmov
2024-10-19 07:42:55 -04:00
parent c2dd806538
commit 740c27ba86
17 changed files with 506 additions and 217 deletions

View File

@@ -4,7 +4,12 @@
...
}: {
fonts.fontconfig.enable = true;
home.packages = [
home.packages = with pkgs; [
(nerdfonts.override { fonts = [
"JetBrainsMono"
"CascadiaCode"
"NerdFontsSymbolsOnly"
]; })
];
gtk = {