mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
proton bridge
This commit is contained in:
parent
fbbfef35e4
commit
0b8892885a
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; [
|
||||||
pass wireguard-tools ipscan
|
pass wireguard-tools ipscan protonmail-bridge
|
||||||
|
gnome.gnome-keyring
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue