Changed: ReGreet
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
    environment.etc = {
 | 
					    environment.etc = {
 | 
				
			||||||
        "background.jpg".source = ./background.jpg;
 | 
					        "background.jpg".source = ./background.jpg;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    programs.regreet = {
 | 
					    programs.regreet = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
        settings = {
 | 
					        settings = {
 | 
				
			||||||
@@ -16,14 +16,13 @@
 | 
				
			|||||||
                path = "/etc/background.jpg";
 | 
					                path = "/etc/background.jpg";
 | 
				
			||||||
                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";
 | 
				
			||||||
 | 
					            };
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user