adjusted workvm configuration
This commit is contained in:
		
							parent
							
								
									16770c5d67
								
							
						
					
					
						commit
						69e1940191
					
				
					 36 changed files with 466 additions and 326 deletions
				
			
		|  | @ -1,21 +1,21 @@ | |||
| { lib | ||||
| , pkgs | ||||
| , config | ||||
| , ... | ||||
| }: | ||||
| # User information gathered by Snowfall Lib is available. | ||||
| let | ||||
|   name = config.snowfallorg.user.name; | ||||
|   home = config.snowfallorg.user.home.directory; | ||||
| in | ||||
| { | ||||
|   home = { | ||||
|     packages = with pkgs; [ neovim firefox ]; | ||||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   osConfig ? {}, | ||||
|   format ? "unknown", | ||||
|   ... | ||||
| }: | ||||
| with lib.wyrdgard; { | ||||
|   wyrdgard = { | ||||
|     apps.cli-apps = { | ||||
|       fish = enabled; | ||||
|       home-manager = enabled; | ||||
|     }; | ||||
| 
 | ||||
|     sessionVariables = { EDITOR = "nvim"; }; | ||||
| 
 | ||||
|     shellAliases = { vimdiff = "nvim -d"; }; | ||||
| 
 | ||||
|     stateVersion = "23.11"; | ||||
|     tools = { | ||||
|       git = enabled; | ||||
|       direnv = enabled; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 christoph.hollizeck
						christoph.hollizeck