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