147 current 2025-06-11 16:05:25 25.05.20250606.70c74b0 6.15.1 *

add nil (nix language server)
This commit is contained in:
2025-06-11 16:05:28 +02:00
parent 9b8bf0efc5
commit 6c65860d92
2 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,6 @@
inputs,
...
}: {
# Define the main user account
users = {
users.schulze = {
@ -25,10 +24,10 @@
};
networking = {
# Enable networking
# Enable networking
networkmanager.enable = true;
# Network security
# Network security
# enable firewall and block all ports
firewall.enable = true;
};
@ -44,17 +43,17 @@
i18n = {
defaultLocale = "en_GB.UTF-8";
extraLocaleSettings = {
LC_ADDRESS = "sv_SE.UTF-8";
LC_IDENTIFICATION = "sv_SE.UTF-8";
LC_MEASUREMENT = "sv_SE.UTF-8";
LC_MONETARY = "sv_SE.UTF-8";
LC_NAME = "sv_SE.UTF-8";
LC_NUMERIC = "sv_SE.UTF-8";
LC_PAPER = "sv_SE.UTF-8";
LC_TELEPHONE = "sv_SE.UTF-8";
LC_TIME = "sv_SE.UTF-8";
};
extraLocaleSettings = {
LC_ADDRESS = "sv_SE.UTF-8";
LC_IDENTIFICATION = "sv_SE.UTF-8";
LC_MEASUREMENT = "sv_SE.UTF-8";
LC_MONETARY = "sv_SE.UTF-8";
LC_NAME = "sv_SE.UTF-8";
LC_NUMERIC = "sv_SE.UTF-8";
LC_PAPER = "sv_SE.UTF-8";
LC_TELEPHONE = "sv_SE.UTF-8";
LC_TIME = "sv_SE.UTF-8";
};
};
# Configure console keymap