nixos-combined-flake/modules/home-manager/desktop/xserver/default.nix

9 lines
68 B
Nix

_: {
imports = [
./xresources.nix
./xsession.nix
];
}