Files
nixos-config/home/tux/default.nix
2024-01-13 14:19:18 +05:30

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
];
}