mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Cleaned up a bit
This commit is contained in:
parent
1e6c926916
commit
70dba827e8
4 changed files with 18 additions and 14 deletions
|
|
@ -8,7 +8,9 @@ in
|
|||
{ options.modules.security = { enable = mkEnableOption "security"; };
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
pass wireguard-tools ipscan
|
||||
pass
|
||||
wireguard-tools
|
||||
ipscan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue