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