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

20 lines
257 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
imv
betterdiscordctl
vesktop
xdg-utils
mcrcon
xfce.thunar
pavucontrol
godot
aseprite
gpu-screen-recorder
gpu-screen-recorder-gtk
# ungoogled-chromium
];
}