mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 19:14:19 +00:00
Fixed home manager inputs, and got sops-nix working for all current hosts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user