nix-config/modules/wm/default.nix
2025-02-25 15:56:58 +01:00

7 lines
75 B
Nix

{inputs, ...}: {
imports = [
./gnome
./plasma
./qtile
];
}