diff --git a/base/locale.nix b/modules/locale.nix similarity index 100% rename from base/locale.nix rename to modules/locale.nix diff --git a/systems/configuration.nix b/systems/configuration.nix index 8f84045..1e7bbcb 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -5,7 +5,6 @@ ... }: { - imports = [ ../base/locale.nix ]; security.auditd.enable = true; nixpkgs.config.allowUnfree = true; diff --git a/users/richie/systems/rhapsody-in-green/configuration.nix b/users/richie/systems/rhapsody-in-green/configuration.nix index a843da2..68ce2eb 100644 --- a/users/richie/systems/rhapsody-in-green/configuration.nix +++ b/users/richie/systems/rhapsody-in-green/configuration.nix @@ -3,7 +3,6 @@ { imports = [ ../programs.nix - ../../../../base/locale.nix ./hardware.nix ]; nixpkgs.config.allowUnfree = true;