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