mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
17 lines
229 B
Nix
17 lines
229 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
discord
|
|
telegram-desktop
|
|
anydesk
|
|
rustdesk-flutter
|
|
vlc
|
|
darktable
|
|
rawtherapee
|
|
beekeeper-studio
|
|
gimp
|
|
obs-studio
|
|
flameshot
|
|
chromium
|
|
];
|
|
}
|