Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

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

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