nix/modules/home/programs/common.nix
2024-05-10 19:36:46 +02:00

26 lines
353 B
Nix

{ pkgs, ...}:
{
home.packages = with pkgs; [
libreoffice
onlyoffice-bin
vlc
signal-desktop
unstable.webcord
unstable.localsend
bitwarden
pavucontrol
unstable.youtube-music
unstable.organicmaps
unstable.cubiomes-viewer
bottles
# Image editing
gimp
inkscape
# CLI tools
cloc
];
}