decoysnail: use sway
This commit is contained in:
		
							parent
							
								
									93d868d047
								
							
						
					
					
						commit
						fb2d5cab05
					
				@ -4,7 +4,8 @@
 | 
				
			|||||||
  imports =
 | 
					  imports =
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
      ./common-headless.nix
 | 
					      ./common-headless.nix
 | 
				
			||||||
      ./i3.nix
 | 
					      # ./i3.nix
 | 
				
			||||||
 | 
					      ./sway.nix
 | 
				
			||||||
      ./large-sw.nix
 | 
					      ./large-sw.nix
 | 
				
			||||||
      ./uefi.nix
 | 
					      ./uefi.nix
 | 
				
			||||||
      ./fstrim.nix
 | 
					      ./fstrim.nix
 | 
				
			||||||
@ -105,9 +106,9 @@
 | 
				
			|||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.xserver = {
 | 
					  # services.xserver = {
 | 
				
			||||||
    videoDrivers = [ "intel" ];
 | 
					  #   videoDrivers = [ "intel" ];
 | 
				
			||||||
  };
 | 
					  # };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  fonts.fontconfig = {
 | 
					  fonts.fontconfig = {
 | 
				
			||||||
    subpixel.rgba = "none";
 | 
					    subpixel.rgba = "none";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user