Compare commits

..

No commits in common. "71623b5964b3057b2992044c6e2c8a70e519c890" and "4bf86c7b37bde053340829caa986176fea393029" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -40,8 +40,5 @@ in {
};
jack.enable = mkDefault cfg.jack;
};
programs.noisetorch = mkIf cfg.enable {
inherit (cfg) enable;
};
};
}

View File

@ -1,10 +1,11 @@
{config, ...}: {
imports = [../home.nix];
home = {
cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
cli.nh.flake = "${config.home.homeDirectory}/nixos";
desktop.hyprland.host = "marpa";
phundrak.sshKey = {
content = builtins.readFile ../../../keys/id_marpa.pub;
# file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
};
};
}