mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 02:36:19 +00:00
openvpn
This commit is contained in:
parent
d4bf5a6d49
commit
57712822f4
3 changed files with 10 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
"wireshark-app"
|
||||
"clash-verge-rev"
|
||||
"protonvpn"
|
||||
"openvpn-connect"
|
||||
|
||||
# Terminal Emulator
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,12 @@
|
|||
# Set your time zone.
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
|
|
|
|||
|
|
@ -123,6 +123,9 @@ in {
|
|||
(jetbrains.rider.override {
|
||||
vmopts = ''-Dawt.toolkit.name=WLToolkit'';
|
||||
})
|
||||
(jetbrains.clion.override {
|
||||
vmopts = ''-Dawt.toolkit.name=WLToolkit'';
|
||||
})
|
||||
]
|
||||
++ (mkFcitxIM [
|
||||
pkgs.neovim-qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue