Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-15 10:22:41 +00:00

13 lines
216 B
Nix

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