Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-14 12:55:18 +00:00

13 lines
215 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
}