Add agenix to prepare secrets support
This commit is contained in:
parent
40fbcf9654
commit
b981d8d00f
4 changed files with 79 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./programs/agenix.nix
|
||||
./programs/shell.nix
|
||||
./programs/git.nix
|
||||
# ./programs/emacs.nix
|
||||
|
|
7
home/programs/agenix.nix
Normal file
7
home/programs/agenix.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, agenix, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
agenix.packages."${pkgs.system}".default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue