move locale.nix to local folder

This commit is contained in:
Timothy DeHerrera 2019-12-13 22:00:11 -07:00
parent 10522aac59
commit 4c64769322
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
3 changed files with 1 additions and 3 deletions

2
local/.gitignore vendored
View file

@ -1,2 +0,0 @@
*
!.gitignore

View file

@ -2,7 +2,7 @@
{
imports = [
./locale.nix
../local/locale.nix
../local/file-systems.nix
];