moved locale.nix to modules dir
This commit is contained in:
parent
e822f2d89c
commit
5398ab38c9
@ -5,7 +5,6 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [ ../base/locale.nix ];
|
|
||||||
security.auditd.enable = true;
|
security.auditd.enable = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../programs.nix
|
../programs.nix
|
||||||
../../../../base/locale.nix
|
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user