chore: commonize bootloader
This commit is contained in:
parent
f69abba97e
commit
bc55f12776
4 changed files with 21 additions and 6 deletions
7
common/default.nix
Normal file
7
common/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./locale.nix
|
||||
./boot.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue