fix(marpa): fix location of dotfiles
This commit is contained in:
		
							parent
							
								
									4bf86c7b37
								
							
						
					
					
						commit
						ee0bc337e6
					
				@ -1,11 +1,10 @@
 | 
			
		||||
{config, ...}: {
 | 
			
		||||
  imports = [../home.nix];
 | 
			
		||||
  home = {
 | 
			
		||||
    cli.nh.flake = "${config.home.homeDirectory}/nixos";
 | 
			
		||||
    cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
 | 
			
		||||
    desktop.hyprland.host = "marpa";
 | 
			
		||||
    phundrak.sshKey = {
 | 
			
		||||
      content = builtins.readFile ../../../keys/id_marpa.pub;
 | 
			
		||||
      # file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user