mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-13 17:07:29 +02:00
idkkkkk
This commit is contained in:
parent
328fd341b7
commit
05a2a51231
2 changed files with 6 additions and 6 deletions
|
@ -112,12 +112,6 @@
|
|||
max_description_width: 50
|
||||
max_description_height: 10
|
||||
description_offset: 1
|
||||
# If true, the cursor pos will be corrected, so the suggestions match up with the typed text
|
||||
#
|
||||
# C:\> str
|
||||
# str join
|
||||
# str trim
|
||||
# str split
|
||||
correct_cursor_pos: false
|
||||
}
|
||||
style: {
|
||||
|
|
|
@ -68,6 +68,12 @@
|
|||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue