nix-stuff/roles/gnome/default.nix
2024-09-12 11:53:42 +02:00

5 lines
46 B
Nix
Executable file

{...}: {
imports = [
./gnome.nix
];
}