nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 9fcce501845aa10c34d19472582c2b231d5bc41f
parent 5bc3a269dd4474a0f465a5efe75575efeaafc6c8
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 31 Jul 2026 15:26:56 +0100

Useful to have the correct locale here

Diffstat:
Mmachines/hades.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/hades.nix b/machines/hades.nix @@ -6,6 +6,7 @@ imports = [ <nixos-wsl/modules> # include NixOS-WSL modules ../common/home-manager.nix + ../common/locale.nix ../common/networking.nix ../common/packages.nix ../common/syncthing.nix