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

27 lines
364 B
Nix

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