nixdots/home/programs/graphical/default.nix

7 lines
52 B
Nix
Raw Normal View History

2024-03-23 22:06:58 +00:00
_: {
imports = [
./wms
2024-06-10 17:19:30 +00:00
./launchers
2024-03-23 22:06:58 +00:00
];
}