CrOS/home/crow/common/optional/desktops/xorg/default.nix
TheWanderingCrow 3ecfcdf152 test
2025-08-08 16:19:13 -04:00

8 lines
171 B
Nix

{lib, ...}: {
# This file exists to define the options.
# The configuration is done via the imported files.
imports = [
./herbstluftwm.nix
./rofi.nix
];
}