wayland: add initial config for hyprland and XDPH and implement new colors
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -9,8 +9,8 @@
 | 
			
		||||
        support32Bit = true;
 | 
			
		||||
      };
 | 
			
		||||
      pulse.enable = true;
 | 
			
		||||
      #     jack.enable = true;
 | 
			
		||||
      socketActivation = true;
 | 
			
		||||
      wireplumber.enable = true;
 | 
			
		||||
 | 
			
		||||
      config.pipewire = {
 | 
			
		||||
        context.objects = [
 | 
			
		||||
@@ -78,11 +78,4 @@
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  sound.enable = true;
 | 
			
		||||
  /*  hardware = {
 | 
			
		||||
    pulseaudio = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    support32Bit = true;
 | 
			
		||||
    package = pkgs.pulseaudio.override { jackaudioSupport = true; };
 | 
			
		||||
    };
 | 
			
		||||
    };*/
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								hosts/satori/wayland.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								hosts/satori/wayland.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{ inputs, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  xdg.portal = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user