move out common stuff again
This commit is contained in:
parent
c022eb979b
commit
c1e4cdb929
5 changed files with 10 additions and 4 deletions
6
modules/_common/default.nix
Normal file
6
modules/_common/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./i18n.nix
|
||||
./nixpkgs.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue