nixos-config/modules/home/programs/gui/default.nix

15 lines
147 B
Nix

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