#11 Add unstable mpv module
This commit is contained in:
		
							parent
							
								
									9b661f8347
								
							
						
					
					
						commit
						0f1654b1f9
					
				
					 5 changed files with 81 additions and 46 deletions
				
			
		|  | @ -1,40 +1,41 @@ | |||
| { | ||||
|     imports = [ | ||||
|         ./vifm | ||||
|         ./vim | ||||
|         ./zellij | ||||
|   imports = [ | ||||
|     ./mpv | ||||
|     ./vifm | ||||
|     ./vim | ||||
|     ./zellij | ||||
|   ]; | ||||
| 
 | ||||
|   home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|     home.packages = with pkgs; [ | ||||
|       direnv | ||||
|       duf | ||||
|       git-crypt | ||||
|       lynx | ||||
|       w3m | ||||
|       zenith | ||||
|     ]; | ||||
| 
 | ||||
|     home-manager.users.tdpeuter = { pkgs, ... }: { | ||||
|       home.packages = with pkgs; [ | ||||
|         direnv | ||||
|         duf | ||||
|         git-crypt | ||||
|         lynx | ||||
|         w3m | ||||
|         zenith | ||||
|       ]; | ||||
|     programs = { | ||||
|       direnv = { | ||||
|         enable = true; | ||||
|         nix-direnv.enable = true; | ||||
|       }; | ||||
| 
 | ||||
|       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"; | ||||
|             } | ||||
|           ]; | ||||
|       git = { | ||||
|         enable = true; | ||||
|         userName = "tdpeuter"; | ||||
|         userEmail = "tibo.depeuter@gmail.com"; | ||||
|         extraConfig = { | ||||
|           core.editor = "vim"; | ||||
|         }; | ||||
|         includes = [ | ||||
|           { | ||||
|             path = "~/.gitconfig-ugent"; | ||||
|             condition = "gitdir:~/Nextcloud/Documenten/UGent"; | ||||
|           } | ||||
|         ]; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
							
								
								
									
										7
									
								
								nixos/modules/utils/mpv/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								nixos/modules/utils/mpv/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| { config, system, lib, pkgs-unstable, ... }: | ||||
| 
 | ||||
| { | ||||
|   home-manager.users.tdpeuter.home.packages = with pkgs-unstable; [ | ||||
|     mpv | ||||
|   ]; | ||||
| } | ||||
|  | @ -1,8 +1,11 @@ | |||
| { config, pkgs, lib, ... }: | ||||
| 
 | ||||
| { | ||||
|     home-manager.users.tdpeuter.home = { | ||||
|         packages = [ pkgs.zellij ]; | ||||
|         file.".config/zellij".source = ../../../../stow/zellij/.config/zellij; | ||||
|     }; | ||||
|   home-manager.users.tdpeuter.home = { | ||||
|     packages = with pkgs; [ | ||||
|       zellij | ||||
|     ]; | ||||
| 
 | ||||
|     file.".config/zellij".source = ../../../../stow/zellij/.config/zellij; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue