Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-03-28 17:38:17 +01:00
parent 14899c85b9
commit 2203970d46
2 changed files with 21 additions and 6 deletions

View File

@ -17,13 +17,12 @@
fit = "Contain"; fit = "Contain";
}; };
env = {};
GTK = { GTK = {
application_prefer_dark_theme = true; application_prefer_dark_theme = true;
cursor_theme_name = "Adwaita"; cursor_theme_name = "Adwaita";
font_name = "Cantarell 16"; font_name = "Cantarell 16";
icon_theme_name = "Adwaita"; icon_theme_name = pkgs.material-design-icons;
theme_name = "Adwaita"; theme_name = "Adwaita";
}; };
@ -39,6 +38,23 @@
timezone = "Europe/Berlin"; timezone = "Europe/Berlin";
label_width = 150; label_width = 150;
}; };
theme = {
package = pkgs.gnome-themes-extra;
name = "Adwaita";
};
iconTheme.package = pkgs.vimix-icon-theme;
cursorTheme = {
package = pkgs.nordzy-cursor-theme;
name = "Nordzy-cursors";
};
font = {
package = pkgs.nerd-fonts.roboto-mono;
name = "RobotoMono";
};
}; };
}; };
} }

View File

@ -76,8 +76,7 @@
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
# nerdfonts nerdfonts
(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})
]; ];
# use fonts specified by user rather than default ones # use fonts specified by user rather than default ones