Complete Overhaul of flake.nix
This commit is contained in:
		@@ -6,6 +6,7 @@
 | 
			
		||||
      material-icons
 | 
			
		||||
      material-black-colors
 | 
			
		||||
      material-design-icons
 | 
			
		||||
      icomoon-feather
 | 
			
		||||
 | 
			
		||||
      # normal fonts
 | 
			
		||||
      noto-fonts
 | 
			
		||||
 
 | 
			
		||||
@@ -8,11 +8,17 @@
 | 
			
		||||
    geoclue2.enable = true;
 | 
			
		||||
    xserver.enable = true;
 | 
			
		||||
 | 
			
		||||
    udev.packages = with pkgs; [ pkgs.gnome-settings-daemon ];
 | 
			
		||||
    udev.packages = with pkgs; [ gnome-settings-daemon ];
 | 
			
		||||
 | 
			
		||||
    # Enable CUPS to print documents.
 | 
			
		||||
    printing.enable = true;
 | 
			
		||||
 | 
			
		||||
    power-profiles-daemon.enable = true;
 | 
			
		||||
    logind.extraConfig = ''
 | 
			
		||||
              HandlePowerKey=ignore
 | 
			
		||||
            	HandleSuspendKey=ignore 
 | 
			
		||||
            	HandleHibernateKey=ignore
 | 
			
		||||
      		'';
 | 
			
		||||
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user