fix(marpa): fix location of dotfiles

This commit is contained in:
Lucien Cartier-Tilet 2025-08-06 20:30:18 +02:00
parent 4bf86c7b37
commit ee0bc337e6

View File

@ -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";
};
};
}