Merge branch 'main' of https://git.cyperpunk.de/DerGrumpf/nix-config
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
{ pkgs, ...}: {
 | 
			
		||||
    imports = [
 | 
			
		||||
        ./kitty.nix # Terminal
 | 
			
		||||
	./hyprland.nix
 | 
			
		||||
        ./hypridle.nix
 | 
			
		||||
        ./hyprlock.nix
 | 
			
		||||
        ./hyprpaper.nix
 | 
			
		||||
 
 | 
			
		||||
@@ -45,9 +45,6 @@ in
 | 
			
		||||
        "xdg-desktop-autostart.target"
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    # You might want to set environment variables for Wayland
 | 
			
		||||
    wayland.displayProtocols = [ "wayland" "x11" ];
 | 
			
		||||
 | 
			
		||||
    wayland.windowManager.hyprland = {
 | 
			
		||||
        inherit package;
 | 
			
		||||
        enable = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user