feat(hydrus): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let cfg = config.sydnix.hydrus;
|
||||||
|
in {
|
||||||
|
options.sydnix.hydrus = {
|
||||||
|
enable = lib.mkEnableOption "hydrus";
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf cfg.enable {
|
||||||
|
home.packages = [ pkgs.hydrus ];
|
||||||
|
sydnix.impermanence.directories = [ "Hydrus" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -54,6 +54,7 @@
|
|||||||
haskell.enable = true;
|
haskell.enable = true;
|
||||||
kerbal-space-program.enable = on "sydpc";
|
kerbal-space-program.enable = on "sydpc";
|
||||||
libreoffice.enable = on "fruitbook";
|
libreoffice.enable = on "fruitbook";
|
||||||
|
hydrus.enable = on "sydpc";
|
||||||
sops = {
|
sops = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyFile = "/persist/private-keys/age/crumb";
|
keyFile = "/persist/private-keys/age/crumb";
|
||||||
|
|||||||
Reference in New Issue
Block a user