diff --git a/users/phundrak/host/marpa.nix b/users/phundrak/host/marpa.nix index ffca121..57b1a26 100644 --- a/users/phundrak/host/marpa.nix +++ b/users/phundrak/host/marpa.nix @@ -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"; }; }; }