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:
@ -4,7 +4,6 @@
|
|||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
# Define the main user account
|
# Define the main user account
|
||||||
users = {
|
users = {
|
||||||
users.schulze = {
|
users.schulze = {
|
||||||
@ -25,10 +24,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
|
||||||
# Network security
|
# Network security
|
||||||
# enable firewall and block all ports
|
# enable firewall and block all ports
|
||||||
firewall.enable = true;
|
firewall.enable = true;
|
||||||
};
|
};
|
||||||
@ -44,17 +43,17 @@
|
|||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_GB.UTF-8";
|
defaultLocale = "en_GB.UTF-8";
|
||||||
|
|
||||||
extraLocaleSettings = {
|
extraLocaleSettings = {
|
||||||
LC_ADDRESS = "sv_SE.UTF-8";
|
LC_ADDRESS = "sv_SE.UTF-8";
|
||||||
LC_IDENTIFICATION = "sv_SE.UTF-8";
|
LC_IDENTIFICATION = "sv_SE.UTF-8";
|
||||||
LC_MEASUREMENT = "sv_SE.UTF-8";
|
LC_MEASUREMENT = "sv_SE.UTF-8";
|
||||||
LC_MONETARY = "sv_SE.UTF-8";
|
LC_MONETARY = "sv_SE.UTF-8";
|
||||||
LC_NAME = "sv_SE.UTF-8";
|
LC_NAME = "sv_SE.UTF-8";
|
||||||
LC_NUMERIC = "sv_SE.UTF-8";
|
LC_NUMERIC = "sv_SE.UTF-8";
|
||||||
LC_PAPER = "sv_SE.UTF-8";
|
LC_PAPER = "sv_SE.UTF-8";
|
||||||
LC_TELEPHONE = "sv_SE.UTF-8";
|
LC_TELEPHONE = "sv_SE.UTF-8";
|
||||||
LC_TIME = "sv_SE.UTF-8";
|
LC_TIME = "sv_SE.UTF-8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
libgcc
|
libgcc
|
||||||
|
nil
|
||||||
|
|
||||||
# Common programs
|
# Common programs
|
||||||
ghostty
|
ghostty
|
||||||
|
Reference in New Issue
Block a user