Files
nix-config-v2/home/packages/linux.nix

21 lines
295 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
2025-06-27 00:05:28 -04:00
godot
aseprite
gpu-screen-recorder
gpu-screen-recorder-gtk
# ungoogled-chromium
2024-10-31 22:56:43 -04:00
]);
}