sisyphus/nixos/modules/desktop/default.nix

9 lines
74 B
Nix
Raw Permalink Normal View History

2023-10-18 20:30:40 +02:00
{
imports = [
./gnome
2024-03-04 16:46:30 +01:00
./hyprland
2023-11-14 22:37:04 +01:00
./plasma
./sway
2023-10-18 20:30:40 +02:00
];
}