From 6c65860d920c1cc2d4fe239790e002d5c50a4d35 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 11 Jun 2025 16:05:28 +0200 Subject: [PATCH] 147 current 2025-06-11 16:05:25 25.05.20250606.70c74b0 6.15.1 * add nil (nix language server) --- modules/common.nix | 27 +++++++++++++-------------- modules/programs.nix | 1 + 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 814a21c..0d0429a 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -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 diff --git a/modules/programs.nix b/modules/programs.nix index b38256c..655fd1f 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -39,6 +39,7 @@ gnumake gcc libgcc + nil # Common programs ghostty