16 lines
195 B
Nix
Raw Normal View History

2024-10-31 22:56:43 -04:00
{
pkgs,
lib,
...
}: {
home.packages = lib.mkIf pkgs.stdenv.isLinux (with pkgs; [
imv
betterdiscordctl
vesktop
xdg-utils
mcrcon
xfce.thunar
pavucontrol
2024-10-31 22:56:43 -04:00
]);
}