From 5398ab38c991f0b29d502bbbb97e1a1a26ed9796 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 10 Apr 2024 19:01:05 -0400 Subject: [PATCH] moved locale.nix to modules dir --- {base => modules}/locale.nix | 0 systems/configuration.nix | 1 - users/richie/systems/rhapsody-in-green/configuration.nix | 1 - 3 files changed, 2 deletions(-) rename {base => modules}/locale.nix (100%) 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;