Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-13 21:27:19 +01:00

12 lines
201 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
}