parent
74a6785eb0
commit
e3f3e75285
5 changed files with 117 additions and 7 deletions
|
|
@ -35,6 +35,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
custom.program.cli-packages = {
|
||||
requirements = [ "cli" ];
|
||||
home-config = _: {
|
||||
home.packages = with pkgs; [
|
||||
sops
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
custom.program.homedirs = {
|
||||
home-config =
|
||||
{ config, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue