Home Gen509 @ 2025-05-03-15:04 by jonas@comfy-station

This commit is contained in:
2025-05-03 15:26:21 +02:00
parent 9310353fd2
commit 587f734ac1
3 changed files with 49 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/ssh.nix
../modules/home/yubikey.nix
];
@@ -29,6 +28,11 @@
hive.waybar.enable = true;
hive.wlogout.enable = true;
hive.wofi.enable = true;
hive.ssh = {
enable = true;
sopsFile = ../secrets/jonas/ssh.yaml;
keys = ["borg" "passgit"];
};
hive.zsh.enable = true;
hive.nix-scripts.enable = true;
hive.doom.enable = true;