Changed: ReGreet
This commit is contained in:
		@@ -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";
 | 
			
		||||
            };
 | 
			
		||||
        };
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user