Files
nix/modules/desktop/default.nix

13 lines
96 B
Nix

{
pkgs,
config,
lib,
...
}: {
imports = [
./hypr
./greetd
./gaming
];
}