first things refactored in nixos configuration

This commit is contained in:
Markus Heurung 2024-07-17 17:22:24 +02:00
parent 4cc9a13e7f
commit 4460a9f288
2 changed files with 6 additions and 29 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, modulesPath, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -20,4 +20,4 @@
LC_TELEPHONE = "de_DE.UTF-8";
LC_TIME = "de_DE.UTF-8";
};
};
}