fix(gampo): correctly set dotfiles location
This commit is contained in:
		
							parent
							
								
									5659cceab5
								
							
						
					
					
						commit
						a67a4f5826
					
				@ -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 = "gampo";
 | 
			
		||||
    phundrak.sshKey = {
 | 
			
		||||
      content = builtins.readFile ../../../keys/id_gampo.pub;
 | 
			
		||||
      # file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user