Files
nixos/modules/xserver.nix
T
biscuit 77854b1c69 upd
2025-05-20 10:58:07 -05:00

8 lines
103 B
Nix

{...}: {
imports = [
../system/wayland.nix
../system/font.nix
../system/theme.nix
];
}