finalize: jonas@comfy-station

This commit is contained in:
2026-03-28 13:46:36 +01:00
parent 574e91135f
commit 0df3b7ebde
16 changed files with 335 additions and 336 deletions

View File

@@ -22,13 +22,12 @@
keys = ["borg" "passgit"];
};
hive.yubikey.withCCID = false;
#hive.doom.enable = true;
#hive.doom.asDefaultEditor = true;
#hive.doom.enableCopilot = true;
#hive.doom.withNixPkgs = true;
#hive.doom.withShellPkgs = true;
#hive.doom.withPythonPkgs = true;
#hive.jj.enable = true;
hive.doom.enable = true;
hive.doom.asDefaultEditor = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.doom.withPythonPkgs = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543