forked from jan-leila/nix-config
		
	moved some system packages to home manager
This commit is contained in:
		
							parent
							
								
									fa3cb19c0b
								
							
						
					
					
						commit
						9215e04043
					
				
					 3 changed files with 8 additions and 5 deletions
				
			
		|  | @ -12,11 +12,6 @@ | ||||||
|   security.rtkit.enable = true; |   security.rtkit.enable = true; | ||||||
| 
 | 
 | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|     # helvetica font |  | ||||||
|     aileron |  | ||||||
| 
 |  | ||||||
|     cachefilesd |     cachefilesd | ||||||
| 
 |  | ||||||
|     gnomeExtensions.dash-to-dock |  | ||||||
|   ]; |   ]; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -56,6 +56,9 @@ in { | ||||||
| 
 | 
 | ||||||
|       packages = lib.lists.optionals cfg.isDesktopUser ( |       packages = lib.lists.optionals cfg.isDesktopUser ( | ||||||
|         with pkgs; [ |         with pkgs; [ | ||||||
|  |           # helvetica font | ||||||
|  |           aileron | ||||||
|  | 
 | ||||||
|           firefox |           firefox | ||||||
|           bitwarden |           bitwarden | ||||||
|           discord |           discord | ||||||
|  |  | ||||||
|  | @ -25,6 +25,11 @@ in { | ||||||
|       ++ ( |       ++ ( | ||||||
|         lib.lists.optionals cfg.isDesktopUser ( |         lib.lists.optionals cfg.isDesktopUser ( | ||||||
|           with pkgs; [ |           with pkgs; [ | ||||||
|  |             # helvetica font | ||||||
|  |             aileron | ||||||
|  | 
 | ||||||
|  |             gnomeExtensions.dash-to-dock | ||||||
|  | 
 | ||||||
|             #foss platforms |             #foss platforms | ||||||
|             signal-desktop |             signal-desktop | ||||||
|             bitwarden |             bitwarden | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue