1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-13 17:07:29 +02:00
This commit is contained in:
xqtc 2025-03-29 21:18:08 +01:00
parent 328fd341b7
commit 05a2a51231
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 6 additions and 6 deletions
home/modules
hosts/x86_64-linux/yosai

View file

@ -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: {

View file

@ -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";