theyre ass
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.mullvad-vpn = {
|
||||
enable = true;
|
||||
settings = {
|
||||
autoConnect = true;
|
||||
enableSystemNotifications = true;
|
||||
startMinimized = false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user