moved some packages
This commit is contained in:
parent
bb0e1d7591
commit
896c688be4
10 changed files with 30 additions and 26 deletions
|
|
@ -1,8 +1,16 @@
|
|||
{inputs, headless, ...}: {
|
||||
{
|
||||
inputs,
|
||||
headless,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./greeter/sddm.nix
|
||||
./refind.nix
|
||||
|
||||
( if headless then ./loader/grub.nix else ./loader/systemd.nix )
|
||||
(
|
||||
if headless
|
||||
then ./loader/grub.nix
|
||||
else ./loader/systemd.nix
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue