mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
useless
This commit is contained in:
parent
5b28d9eca5
commit
a9de3c3e7e
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ 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; [
|
||||||
pass wireguard-tools ipscan protonmail-bridge
|
pass wireguard-tools ipscan
|
||||||
gnome.gnome-keyring
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue