Split into apps and utils
This commit is contained in:
		
							parent
							
								
									0d1f99b3a1
								
							
						
					
					
						commit
						c6b1282661
					
				
					 3 changed files with 51 additions and 40 deletions
				
			
		|  | @ -6,4 +6,22 @@ | ||||||
|         ./thunderbird |         ./thunderbird | ||||||
|         # ./virtualbox |         # ./virtualbox | ||||||
|     ]; |     ]; | ||||||
|  | 
 | ||||||
|  |     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||||
|  |       home.packages = with pkgs; [ | ||||||
|  |         brave | ||||||
|  |         caprine-bin | ||||||
|  |         discord | ||||||
|  |         jellyfin-media-player | ||||||
|  |         libreoffice-fresh-unwrapped | ||||||
|  |         mattermost-desktop | ||||||
|  |         nextcloud-client | ||||||
|  |         obsidian | ||||||
|  |         pinentry_qt | ||||||
|  |         qalculate-gtk | ||||||
|  |         spotify | ||||||
|  |         zathura | ||||||
|  |         zoom-us | ||||||
|  |       ]; | ||||||
|  |     }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -35,26 +35,7 @@ | ||||||
|       stateVersion = "22.11"; |       stateVersion = "22.11"; | ||||||
| 
 | 
 | ||||||
|       packages = with pkgs; [ |       packages = with pkgs; [ | ||||||
|         brave |  | ||||||
|         caprine-bin |  | ||||||
|         direnv |  | ||||||
|         discord |  | ||||||
|         duf |  | ||||||
|         git-crypt |  | ||||||
|         gnupg |         gnupg | ||||||
|         jellyfin-media-player |  | ||||||
|         libreoffice-fresh-unwrapped |  | ||||||
|         lynx |  | ||||||
|         mattermost-desktop |  | ||||||
|         nextcloud-client |  | ||||||
|         obsidian |  | ||||||
|         pinentry_qt |  | ||||||
|         qalculate-gtk |  | ||||||
|         spotify |  | ||||||
|         w3m |  | ||||||
|         zathura |  | ||||||
|         zenith |  | ||||||
|         zoom-us |  | ||||||
|          |          | ||||||
|         # Fonts |         # Fonts | ||||||
|         corefonts      # Calibri for Uni |         corefonts      # Calibri for Uni | ||||||
|  | @ -63,28 +44,7 @@ | ||||||
| 
 | 
 | ||||||
|     programs = { |     programs = { | ||||||
|       home-manager.enable = true; |       home-manager.enable = true; | ||||||
|       direnv = { |  | ||||||
|         enable = true; |  | ||||||
|         nix-direnv.enable = true; |  | ||||||
|       }; |  | ||||||
| 
 |  | ||||||
|       git = { |  | ||||||
|         enable = true; |  | ||||||
|         userName = "tdpeuter"; |  | ||||||
|         userEmail = "tibo.depeuter@gmail.com"; |  | ||||||
|         extraConfig = { |  | ||||||
|           core.editor = "vim"; |  | ||||||
|         }; |  | ||||||
|         includes = [ |  | ||||||
|           { |  | ||||||
|             path = "~/.gitconfig-ugent"; |  | ||||||
|             condition = "gitdir:~/Nextcloud/Documenten/UGent"; |  | ||||||
|           } |  | ||||||
|         ]; |  | ||||||
|       }; |  | ||||||
| 
 |  | ||||||
|       gpg.enable = true; |       gpg.enable = true; | ||||||
| 
 |  | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     services = { |     services = { | ||||||
|  |  | ||||||
|  | @ -4,4 +4,37 @@ | ||||||
|         ./vim |         ./vim | ||||||
|         ./zellij |         ./zellij | ||||||
|     ]; |     ]; | ||||||
|  | 
 | ||||||
|  |     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||||
|  |       home.packages = with pkgs; [ | ||||||
|  |         direnv | ||||||
|  |         duf | ||||||
|  |         git-crypt | ||||||
|  |         lynx | ||||||
|  |         w3m | ||||||
|  |         zenith | ||||||
|  |       ]; | ||||||
|  | 
 | ||||||
|  |       programs = { | ||||||
|  |         direnv = { | ||||||
|  |           enable = true; | ||||||
|  |           nix-direnv.enable = true; | ||||||
|  |         }; | ||||||
|  | 
 | ||||||
|  |         git = { | ||||||
|  |           enable = true; | ||||||
|  |           userName = "tdpeuter"; | ||||||
|  |           userEmail = "tibo.depeuter@gmail.com"; | ||||||
|  |           extraConfig = { | ||||||
|  |             core.editor = "vim"; | ||||||
|  |           }; | ||||||
|  |           includes = [ | ||||||
|  |             { | ||||||
|  |               path = "~/.gitconfig-ugent"; | ||||||
|  |               condition = "gitdir:~/Nextcloud/Documenten/UGent"; | ||||||
|  |             } | ||||||
|  |           ]; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue