home/natto: add hyprlock,hypridle and hyprpaper
also move hyprland.conf -> hyprland.nix Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -26,24 +26,23 @@
 | 
			
		||||
    };
 | 
			
		||||
    Service =
 | 
			
		||||
      let
 | 
			
		||||
        deps =
 | 
			
		||||
          [
 | 
			
		||||
            config.programs.eww.package
 | 
			
		||||
          ]
 | 
			
		||||
          ++ lib.optional config.wayland.windowManager.hyprland.enable config.wayland.windowManager.hyprland.package
 | 
			
		||||
          ++ (with pkgs; [
 | 
			
		||||
            coreutils
 | 
			
		||||
            bash
 | 
			
		||||
            jq
 | 
			
		||||
            less
 | 
			
		||||
            gawk
 | 
			
		||||
            socat
 | 
			
		||||
            playerctl
 | 
			
		||||
            networkmanager
 | 
			
		||||
            iwgtk
 | 
			
		||||
            wireplumber
 | 
			
		||||
          ])
 | 
			
		||||
          ++ lib.optional config.laptop pkgs.light;
 | 
			
		||||
        deps = [
 | 
			
		||||
          config.programs.eww.package
 | 
			
		||||
        ]
 | 
			
		||||
        ++ lib.optional config.wayland.windowManager.hyprland.enable config.wayland.windowManager.hyprland.package
 | 
			
		||||
        ++ (with pkgs; [
 | 
			
		||||
          coreutils
 | 
			
		||||
          bash
 | 
			
		||||
          jq
 | 
			
		||||
          less
 | 
			
		||||
          gawk
 | 
			
		||||
          socat
 | 
			
		||||
          playerctl
 | 
			
		||||
          networkmanager
 | 
			
		||||
          iwgtk
 | 
			
		||||
          wireplumber
 | 
			
		||||
        ])
 | 
			
		||||
        ++ lib.optional config.laptop pkgs.light;
 | 
			
		||||
      in
 | 
			
		||||
      {
 | 
			
		||||
        Type = "simple";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user