renamed us_ny.nix to locale.nix

This commit is contained in:
Your Name
2024-04-08 09:37:37 -04:00
committed by Richie Cahill
parent 2d3fe4be6e
commit 95851ee2fa
3 changed files with 21 additions and 16 deletions

View File

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