From 07a00c0b5ae197e2db232d2e057da3791f11ee8e Mon Sep 17 00:00:00 2001 From: maxstrb Date: Tue, 11 Nov 2025 10:22:42 +0100 Subject: [PATCH] non important commit --- configuration/laptop/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index f3be997..fd86c92 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,6 +12,8 @@ ../modules/sddm.nix ]; + environment.systemPackages = [pkgs.nmcli]; + nix.settings.experimental-features = ["nix-command" "flakes"]; nixpkgs.config.allowUnfree = true;