nix-stuff/roles/gnome/programs/default.nix
2024-09-18 12:20:06 +02:00

5 lines
49 B
Nix

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