forked from fabian/nix
		
	add basic cli packages to baseline
This commit is contained in:
		
							parent
							
								
									8b8aa68811
								
							
						
					
					
						commit
						f577fd237d
					
				
					 2 changed files with 14 additions and 10 deletions
				
			
		|  | @ -12,5 +12,19 @@ in { | |||
|   }; | ||||
|   config = mkIf cfg.enable { | ||||
|     xdg.enable = true; | ||||
| 
 | ||||
|     home.packages = with pkgs; [ | ||||
|       calc | ||||
|       file | ||||
|       git | ||||
|       htop | ||||
|       killall | ||||
|       man-pages | ||||
|       man-pages-posix | ||||
|       tree | ||||
|       units | ||||
|       unzip | ||||
|       zip | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
|  | @ -8,23 +8,17 @@ | |||
|   ]; | ||||
| 
 | ||||
|   home.packages = with pkgs; [ | ||||
|     calc | ||||
|     calibre | ||||
|     chromium | ||||
|     darktable | ||||
|     deluge | ||||
|     discord | ||||
|     file | ||||
|     firefox | ||||
|     gcc | ||||
|     gwenview | ||||
|     htop | ||||
|     killall | ||||
|     kdenlive | ||||
|     libreoffice-fresh | ||||
|     lutris | ||||
|     man-pages | ||||
|     man-pages-posix | ||||
|     mpv | ||||
|     obs-studio | ||||
|     openrct2 | ||||
|  | @ -35,9 +29,6 @@ | |||
|     runelite | ||||
|     spotify | ||||
|     tdesktop | ||||
|     tree | ||||
|     units | ||||
|     unzip | ||||
|     usbutils | ||||
|     virt-manager | ||||
|     vlc | ||||
|  | @ -46,7 +37,6 @@ | |||
|     yubikey-manager | ||||
|     yubico-pam | ||||
|     yubikey-personalization | ||||
|     zip | ||||
|     zola | ||||
|     zoom-us | ||||
|   ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue