mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	legacy/desktop-default: add comments
This commit is contained in:
		
							parent
							
								
									5f7537dc9a
								
							
						
					
					
						commit
						5f659123db
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -19,6 +19,7 @@ | |||
|   services.gnome.gnome-keyring.enable = true; | ||||
| 
 | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     glib | ||||
|     evince | ||||
|     firefox | ||||
|     ghostwriter | ||||
|  | @ -57,9 +58,6 @@ | |||
|     sshuttle | ||||
|     libnotify | ||||
|     keychain | ||||
| 
 | ||||
|     # TODO sort them in different files | ||||
|     topgrade | ||||
|   ]; | ||||
| 
 | ||||
|   # Enable firmware update daemon | ||||
|  | @ -67,11 +65,10 @@ | |||
| 
 | ||||
|   programs.wireshark = { | ||||
|     enable = true; | ||||
|     package = pkgs.wireshark; | ||||
|     package = pkgs.wireshark; # enable the gui | ||||
|   }; | ||||
| 
 | ||||
|   services.accounts-daemon.enable = true; | ||||
| 
 | ||||
|   # start sway if login happens | ||||
|   environment.interactiveShellInit = '' | ||||
|     if test `tty` = /dev/tty1; then | ||||
|       exec sway | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler