vanadium: move user agenix to home-manager

This commit is contained in:
Primrose 2025-03-14 16:33:22 +01:00
parent 232340d1a1
commit 246eceb184
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 14 additions and 28 deletions

View file

@ -65,6 +65,17 @@ in {
pkgs.lucky-commit
];
age.secrets = {
sshconfig = {
file = ../../../secrets/sshconfig.age;
path = "/home/leana/.ssh/config";
};
ltex_dict = {
file = ../../../secrets/ltex_dict.age;
path = "/home/leana/.config/ltex_dict";
};
};
programs = {
kitty.enable = true;
password-store.enable = true;