mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move user agenix to home-manager
This commit is contained in:
parent
232340d1a1
commit
246eceb184
4 changed files with 14 additions and 28 deletions
|
|
@ -8,15 +8,10 @@
|
|||
inherit (inputs.nixpkgs) lib;
|
||||
|
||||
common =
|
||||
mergeAttrsWith
|
||||
(x: y: {
|
||||
imports = [
|
||||
x
|
||||
y
|
||||
];
|
||||
})
|
||||
mergeAttrsWith (x: y: {imports = [x y];})
|
||||
(modulesFromDir ./common)
|
||||
{
|
||||
agenix = inputs.agenix.homeManagerModules.default;
|
||||
wired = inputs.wired-notify.homeManagerModules.default;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue