Files
nix-config/users/phundrak/host/gampo.nix

10 lines
284 B
Nix

{config, ...}: {
imports = [../home.nix];
home = {
cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
desktop.hyprland.host = "gampo";
phundrak.sshKey.content = builtins.readFile ../keys/id_gampo.pub;
};
programs.caelestia.settings.bar.persistent = false;
}