mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
16 lines
251 B
Nix
16 lines
251 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
discord
|
|
anydesk
|
|
rustdesk-flutter
|
|
nodePackages.pnpm
|
|
vlc
|
|
darktable
|
|
rawtherapee
|
|
beekeeper-studio
|
|
arandr
|
|
vscode-extensions.ms-vscode-remote.remote-ssh
|
|
gimp
|
|
];
|
|
}
|