Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-07 22:42:18 +01:00

18 lines
186 B
Nix

{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./wayland.nix
./login-tuigreeter.nix
# ./login-lightdm.nix
];
# .. put any code here
}