Changed: ReGreet
This commit is contained in:
		@@ -18,4 +18,5 @@
 | 
			
		||||
 | 
			
		||||
  # Let Home Manager install and manage itself.
 | 
			
		||||
  programs.home-manager.enable = true;
 | 
			
		||||
  programs.regreet.enable = true;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								modules/regreet.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								modules/regreet.conf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
exec-once = regreet; hyperctl dispatch exit
 | 
			
		||||
misc {
 | 
			
		||||
	disable_hyprland_logo = true
 | 
			
		||||
	disable_splash_rendering = true
 | 
			
		||||
}
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
        enable = true;
 | 
			
		||||
        settings = {
 | 
			
		||||
            default_session = {
 | 
			
		||||
                command = "${pkgs.greetd.greetd}/bin/regreet";
 | 
			
		||||
                command = "Hyprland --config ";
 | 
			
		||||
            };
 | 
			
		||||
        };
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user