moved locale.nix to modules dir

This commit is contained in:
Richie Cahill 2024-04-10 19:01:05 -04:00
parent e822f2d89c
commit 5398ab38c9
3 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
... ...
}: }:
{ {
imports = [ ../base/locale.nix ];
security.auditd.enable = true; security.auditd.enable = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View File

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
../programs.nix ../programs.nix
../../../../base/locale.nix
./hardware.nix ./hardware.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;