1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-09 08:43:52 +00:00
ultima/modules/home/programs/gui/default.nix

15 lines
146 B
Nix
Raw Normal View History

2024-11-21 09:24:15 +00:00
{
imports = [
./floorp
./mpv
./obs
./qbittorrent
./spotify
./swayimg
./thunderbird
2024-11-21 13:51:18 +00:00
./zed
2024-11-21 09:24:15 +00:00
./pkgs.nix
];
}