Refactor a bit by adding globally shared packages in one file
This commit is contained in:
parent
0c1da18e13
commit
62df0d1cd4
4 changed files with 43 additions and 28 deletions
|
@ -14,7 +14,12 @@
|
|||
|
||||
./armv7l.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Import locale settings
|
||||
../../shared/locale/configuration.nix
|
||||
|
||||
# Import shared packages
|
||||
../../shared/packages/configuration.nix
|
||||
];
|
||||
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue