Files
nixos/Droidnix/generated/system/core/top.nix
T
2026-03-11 20:32:34 +01:00

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