From 0597bc96f508e06d26cdaff062f1555b65023203 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Tue, 11 Nov 2025 10:24:54 +0100 Subject: [PATCH] non important commit --- configuration/laptop/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index fd86c92..f3be997 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{ imports = [ ../modules/locale.nix ../modules/main-user.nix @@ -12,8 +12,6 @@ ../modules/sddm.nix ]; - environment.systemPackages = [pkgs.nmcli]; - nix.settings.experimental-features = ["nix-command" "flakes"]; nixpkgs.config.allowUnfree = true;