Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-11 16:02:26 +01:00

12 lines
204 B
Nix

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