Compare commits
	
		
			2 Commits
		
	
	
		
			d5a8330136
			...
			bc514fd011
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bc514fd011 | |||
| bede6a3d48 | 
@ -64,6 +64,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    libinput
 | 
					    libinput
 | 
				
			||||||
    libnotify
 | 
					    libnotify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    gsettings-desktop-schemas
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # prevent satanic torture
 | 
					  # prevent satanic torture
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										38
									
								
								petalius.nix
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										38
									
								
								petalius.nix
									
									
									
									
									
								
							@ -4,8 +4,8 @@
 | 
				
			|||||||
  imports =
 | 
					  imports =
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
      ./common-headless.nix
 | 
					      ./common-headless.nix
 | 
				
			||||||
      # ./sway.nix
 | 
					      ./sway.nix
 | 
				
			||||||
      ./i3.nix
 | 
					      # ./i3.nix
 | 
				
			||||||
      ./large-sw.nix
 | 
					      ./large-sw.nix
 | 
				
			||||||
      ./uefi.nix
 | 
					      ./uefi.nix
 | 
				
			||||||
      ./fstrim.nix
 | 
					      ./fstrim.nix
 | 
				
			||||||
@ -52,22 +52,22 @@
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.xserver = {
 | 
					  # services.xserver = {
 | 
				
			||||||
    dpi = 120;
 | 
					  #   dpi = 120;
 | 
				
			||||||
 | 
					  #
 | 
				
			||||||
    libinput.enable = true;
 | 
					  #   libinput.enable = true;
 | 
				
			||||||
    config = ''
 | 
					  #   config = ''
 | 
				
			||||||
      Section "InputClass"
 | 
					  #     Section "InputClass"
 | 
				
			||||||
        Identifier "touchpad"
 | 
					  #       Identifier "touchpad"
 | 
				
			||||||
        Driver "libinput"
 | 
					  #       Driver "libinput"
 | 
				
			||||||
        MatchDevicePath "/dev/input/event*"
 | 
					  #       MatchDevicePath "/dev/input/event*"
 | 
				
			||||||
        MatchIsPointer "true"
 | 
					  #       MatchIsPointer "true"
 | 
				
			||||||
      EndSection
 | 
					  #     EndSection
 | 
				
			||||||
    '';
 | 
					  #   '';
 | 
				
			||||||
 | 
					  #
 | 
				
			||||||
    videoDrivers = [ "modesetting" ];
 | 
					  #   videoDrivers = [ "modesetting" ];
 | 
				
			||||||
    useGlamor = true;
 | 
					  #   useGlamor = true;
 | 
				
			||||||
  };
 | 
					  # };
 | 
				
			||||||
  programs.light.enable = true;
 | 
					  programs.light.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.tlp.enable = true;
 | 
					  services.tlp.enable = true;
 | 
				
			||||||
@ -94,7 +94,7 @@
 | 
				
			|||||||
  users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
 | 
					  users.extraUsers.gebner.extraGroups = [ "libvirtd" ];
 | 
				
			||||||
  virtualisation.libvirtd.enable = true;
 | 
					  virtualisation.libvirtd.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # virtualisation.waydroid.enable = true;
 | 
					  virtualisation.waydroid.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # virtualisation.virtualbox.host.enable = true;
 | 
					  # virtualisation.virtualbox.host.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user