mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fix
This commit is contained in:
parent
b560a52733
commit
19a50ca6c7
2 changed files with 2 additions and 3 deletions
|
|
@ -8,8 +8,7 @@ in
|
|||
{ options.modules.security = { enable = mkEnableOption "security"; };
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
keepassxc wireguard-tools
|
||||
ipscan pass
|
||||
pass wireguard-tools ipscan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue