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

@ -8,7 +8,7 @@
environment.etc = {
"background.jpg".source = ./background.jpg;
};
programs.regreet = {
enable = true;
settings = {
@ -16,14 +16,13 @@
path = "/etc/background.jpg";
fit = "Contain";
};
env = {};
GTK = {
application_prefer_dark_theme = true;
cursor_theme_name = "Adwaita";
font_name = "Cantarell 16";
icon_theme_name = "Adwaita";
icon_theme_name = pkgs.material-design-icons;
theme_name = "Adwaita";
};
@ -39,6 +38,23 @@
timezone = "Europe/Berlin";
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-emoji
# nerdfonts
(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})
nerdfonts
];
# use fonts specified by user rather than default ones