nixos-config/modules/home/programs/gui/default.nix
2024-12-08 06:41:06 -05:00

14 lines
155 B
Nix

{ ... }:
{
imports = [
./easyeffects
./foot
./imv
./librewolf
./mangohud
./mpv
./pcmanfm
./rofi
./thunderbird
];
}