Changed: Hyprland
This commit is contained in:
		@@ -1,19 +1,15 @@
 | 
				
			|||||||
{ pkgs, ...}:
 | 
					{ pkgs, ...}:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    programs.hyprland.enable = true;
 | 
					    programs.kitty.enable = true;
 | 
				
			||||||
    environment.sessionVariables = {
 | 
					    wayland.windowManager.hyprland.enable = true;
 | 
				
			||||||
        NIXOS_OZONE_WL = "1";
 | 
					    home.sessionVariables.NIXOS_OZONE_WL = "1";
 | 
				
			||||||
        WLR_NO_HARDWARE_CURSORS = "1";
 | 
					
 | 
				
			||||||
 | 
					    wayland.windowManager.hyprland.settings = {
 | 
				
			||||||
 | 
						"$mod" = "SUPER";
 | 
				
			||||||
 | 
						bind = [
 | 
				
			||||||
 | 
							"$mod, F, exec, firefox"
 | 
				
			||||||
 | 
							", Print, exec, grimblat copy area"
 | 
				
			||||||
 | 
						];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					 | 
				
			||||||
    environment.systemPackages = with pkgs; [
 | 
					 | 
				
			||||||
        kitty # Terminal
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        hyprpicker
 | 
					 | 
				
			||||||
        hyprcursor
 | 
					 | 
				
			||||||
        hyprlock
 | 
					 | 
				
			||||||
        hypridle
 | 
					 | 
				
			||||||
        hyprpaper
 | 
					 | 
				
			||||||
    ];
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user