nix-stuff/roles/gnome/default.nix

6 lines
61 B
Nix
Executable file

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