Files
nixos-blueprint/modules/home/desktop/default.nix
2025-04-16 00:45:15 +03:00

10 lines
87 B
Nix

{
imports = [
./common
./gnome
./hyprland
./niri
./plasma
];
}