mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/Stunkymonkey/nixos
This commit is contained in:
		
						commit
						c671158f0a
					
				
					 3 changed files with 3 additions and 6 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| { config, lib, pkgs, ... }: | ||||
| { | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     element-desktop | ||||
|     element-desktop-wayland | ||||
|     mumble | ||||
|     nheko | ||||
|     pidgin | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
| 
 | ||||
|   powerManagement = { | ||||
|     cpuFreqGovernor = lib.mkDefault "powersave"; | ||||
|     powertop.enable = true; | ||||
|     #powertop.enable = true; # messes up usb mouse | ||||
|   }; | ||||
| 
 | ||||
|   services = { | ||||
|  |  | |||
|  | @ -61,9 +61,6 @@ | |||
| 
 | ||||
|   system = { | ||||
|     stateVersion = "21.11"; | ||||
|     autoUpgrade = { | ||||
|       enable = true; | ||||
|       channel = https://nixos.org/channels/nixos-21.11; | ||||
|     }; | ||||
|     autoUpgrade.enable = true; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler