sisyphus/nixos/modules/desktop/default.nix

8 lines
59 B
Nix
Raw Normal View History

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