Files
nix-config-v2/home/packages/linux.nix
2025-10-09 14:27:05 -04:00

24 lines
346 B
Nix

{
pkgs,
lib,
...
}: {
home.packages = lib.mkIf pkgs.stdenv.isLinux (with pkgs; [
imv
# betterdiscordctl
# vesktop
xdg-utils
xfce.thunar
pavucontrol
# godot
# aseprite
gpu-screen-recorder
gpu-screen-recorder-gtk
# ungoogled-chromium
playerctl
light
brightnessctl
wttrbar
]);
}