Home Gen509 @ 2025-05-03-15:04 by jonas@comfy-station
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user