modules: system: move 'language'

This commit is contained in:
Bruno BELANYI 2021-05-29 16:52:14 +02:00
parent 7f285ab9cf
commit 377c97ea9f
3 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@
./documentation.nix ./documentation.nix
./hardware ./hardware
./home.nix ./home.nix
./language.nix
./nix.nix ./nix.nix
./packages.nix ./packages.nix
./services ./services

View file

@ -3,6 +3,7 @@
{ {
imports = [ imports = [
./language.nix
./media.nix ./media.nix
./users.nix ./users.nix
]; ];