Fixed home manager inputs, and got sops-nix working for all current hosts

This commit is contained in:
2025-12-13 13:49:50 -08:00
parent a3837016ae
commit b3fd29faef
5 changed files with 33 additions and 9 deletions

View File

@@ -25,8 +25,8 @@ in
"wheel"
];
openssh.authorizedKeys.keys = [
sshDesktopPubkey
sshLaptopPubkey
sshDesktopPubkey
sshLaptopPubkey
];
};
@@ -58,6 +58,8 @@ in
};
};
programs.ssh.enable = true;
# Assets/scripts
home.file.".config/streamdeck-ui/icons".source = ./dotfiles/streamdeck/icons;
home.file.".config/hypr/scripts".source = ./dotfiles/.config/hypr/scripts;