chore: update flake & niri blur
This commit is contained in:
parent
601dfb9217
commit
98b4f598f8
36 changed files with 516 additions and 317 deletions
|
|
@ -12,6 +12,18 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = defaultSopsFile;
|
||||
|
||||
age = {
|
||||
keyFile = ageKeyFile;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
SOPS_AGE_KEY_FILE = ageKeyFile;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue