nixdots/home/packages/gui/default.nix

7 lines
62 B
Nix
Raw Normal View History

2024-03-24 11:24:00 +00:00
_: {
2024-06-09 20:40:50 +00:00
imports = [
./wayland.nix
2024-06-20 13:00:00 +00:00
./stremio.nix
2024-06-09 20:40:50 +00:00
];
2024-03-24 11:24:00 +00:00
}