non important commit

This commit is contained in:
maxstrb 2025-11-11 10:22:42 +01:00
parent bc8cf1f558
commit 07a00c0b5a

View file

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