Compare commits
2 Commits
4bf86c7b37
...
71623b5964
Author | SHA1 | Date | |
---|---|---|---|
71623b5964 | |||
ee0bc337e6 |
@ -40,5 +40,8 @@ in {
|
|||||||
};
|
};
|
||||||
jack.enable = mkDefault cfg.jack;
|
jack.enable = mkDefault cfg.jack;
|
||||||
};
|
};
|
||||||
|
programs.noisetorch = mkIf cfg.enable {
|
||||||
|
inherit (cfg) enable;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 = "marpa";
|
desktop.hyprland.host = "marpa";
|
||||||
phundrak.sshKey = {
|
phundrak.sshKey = {
|
||||||
content = builtins.readFile ../../../keys/id_marpa.pub;
|
content = builtins.readFile ../../../keys/id_marpa.pub;
|
||||||
# file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user