nichts/modules/programs/gui/module.nix

14 lines
184 B
Nix
Raw Normal View History

2024-04-10 19:21:46 +02:00
_: {
imports = [
./vesktop.nix
./foot.nix
2024-10-05 01:12:46 +02:00
./spicetify.nix
./mpv.nix
./zathura.nix
./steam.nix
2024-05-19 03:00:00 +02:00
./waybar.nix
./schizofox.nix
./minecraft.nix
];
2024-04-10 17:39:26 +02:00
}