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