nix/modules/desktop/default.nix
2024-06-27 15:31:12 +02:00

7 lines
74 B
Nix

{
imports = [
./gnome.nix
./plymouth.nix
./steam.nix
];
}