2024-10-31 22:56:43 -04:00
|
|
|
{
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
home.packages = lib.mkIf pkgs.stdenv.isLinux (with pkgs; [
|
|
|
|
imv
|
2025-10-09 14:27:05 -04:00
|
|
|
# betterdiscordctl
|
|
|
|
# vesktop
|
2024-11-03 22:44:23 -05:00
|
|
|
xdg-utils
|
2024-11-23 00:05:59 -05:00
|
|
|
xfce.thunar
|
|
|
|
pavucontrol
|
2025-10-09 14:27:05 -04:00
|
|
|
# godot
|
|
|
|
# aseprite
|
2025-07-08 23:30:05 -04:00
|
|
|
gpu-screen-recorder
|
|
|
|
gpu-screen-recorder-gtk
|
2025-03-07 18:43:11 -05:00
|
|
|
# ungoogled-chromium
|
2025-10-09 14:27:05 -04:00
|
|
|
playerctl
|
|
|
|
light
|
|
|
|
brightnessctl
|
|
|
|
wttrbar
|
2024-10-31 22:56:43 -04:00
|
|
|
]);
|
|
|
|
}
|