non important commit

This commit is contained in:
maxstrb 2025-11-11 10:24:54 +01:00
parent 07a00c0b5a
commit 0597bc96f5

View file

@ -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;