nix-stuff/roles/gnome/programs/default.nix

6 lines
67 B
Nix

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