Files
nixos/Droidnix/generated.12/system/core/top.nix
T
2026-03-13 23:54:28 +01:00

10 lines
171 B
Nix

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