mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
5
home/programs/proton/auto-start-vpn.nix
Normal file
5
home/programs/proton/auto-start-vpn.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"protonvpn-app --start-minimized &"
|
||||
];
|
||||
}
|
||||
@@ -16,10 +16,4 @@
|
||||
terminal = false;
|
||||
};
|
||||
};
|
||||
|
||||
# Auto-statrt Proton VPN
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"protonvpn-app --start-minimized &"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user