fix(gampo): correctly set dotfiles location

This commit is contained in:
Lucien Cartier-Tilet 2025-08-07 11:07:01 +02:00
parent 5659cceab5
commit a67a4f5826
No known key found for this signature in database

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 = "gampo";
phundrak.sshKey = {
content = builtins.readFile ../../../keys/id_gampo.pub;
# file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
};
};
}