nixdots/home/programs/graphical/default.nix

13 lines
142 B
Nix
Raw Normal View History

2024-03-23 23:06:58 +01:00
_: {
imports = [
./wms
2024-06-10 19:19:30 +02:00
./launchers
2024-06-10 21:58:06 +02:00
./apps
./bars
2024-06-10 22:16:34 +02:00
./browsers
2024-06-24 20:35:36 +02:00
./file-managers
2024-07-04 19:28:22 +02:00
./games
2024-08-07 22:12:43 +02:00
./screen-lockers
2024-03-23 23:06:58 +01:00
];
}