20 lines
257 B
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
|
|
];
|
|
}
|