add mx
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
		
							parent
							
								
									143cc1742a
								
							
						
					
					
						commit
						c263669ad7
					
				
					 22 changed files with 1274 additions and 201 deletions
				
			
		
							
								
								
									
										34
									
								
								homes/x86_64-linux/harald@mx/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								homes/x86_64-linux/harald@mx/default.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,34 @@
 | 
			
		|||
{ lib
 | 
			
		||||
, config
 | 
			
		||||
, ...
 | 
			
		||||
}:
 | 
			
		||||
{
 | 
			
		||||
  home.sessionPath = [ "$HOME/bin" ];
 | 
			
		||||
 | 
			
		||||
  programs.bash.profileExtra = ''
 | 
			
		||||
    ${lib.getExe pkgs.rust-motd}
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
  metacfg = {
 | 
			
		||||
    user = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      name = config.snowfallorg.user.name;
 | 
			
		||||
    };
 | 
			
		||||
    cli-apps = {
 | 
			
		||||
      bash.enable = true;
 | 
			
		||||
      fish.enable = true;
 | 
			
		||||
      neovim.enable = true;
 | 
			
		||||
      bat.enable = true;
 | 
			
		||||
      starship.enable = true;
 | 
			
		||||
      home-manager.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
    tools = {
 | 
			
		||||
      git.enable = true;
 | 
			
		||||
      direnv.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  xdg.enable = true;
 | 
			
		||||
  xdg.mime.enable = true;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue