sisyphus/nixos/modules/desktop/default.nix

6 lines
35 B
Nix
Raw Normal View History

2023-10-18 20:30:40 +02:00
{
imports = [
./gnome
];
}