nix/modules/home/programs/common.nix

27 lines
364 B
Nix
Raw Normal View History

2024-03-09 17:18:36 +01:00
{ pkgs, ...}:
{
home.packages = with pkgs; [
libreoffice
onlyoffice-bin
2024-03-12 17:31:56 +01:00
vlc
signal-desktop
logseq
2024-05-10 19:35:32 +02:00
unstable.webcord
2024-03-12 17:31:56 +01:00
unstable.localsend
2024-03-14 14:06:39 +01:00
bitwarden
2024-03-14 22:46:49 +01:00
pavucontrol
2024-03-16 21:02:54 +01:00
unstable.youtube-music
2024-05-10 19:35:32 +02:00
unstable.organicmaps
unstable.cubiomes-viewer
bottles
2024-03-20 07:44:38 +01:00
2024-04-04 12:37:57 +02:00
# Image editing
gimp
inkscape
2024-03-20 07:44:38 +01:00
# CLI tools
cloc
2024-03-09 17:18:36 +01:00
];
}