nix/modules/home/programs/common.nix
2024-06-06 09:43:48 +02:00

33 lines
440 B
Nix

{ pkgs, ...}:
{
imports = [
./alacritty.nix
./helix.nix
./librewolf.nix
./shell.nix
./nextcloud.nix
];
home.packages = with pkgs; [
libreoffice
onlyoffice-bin
vlc
signal-desktop
unstable.webcord
unstable.localsend
bitwarden
pavucontrol
unstable.cubiomes-viewer
unstable.yt-dlp
unstable.rnote
# Image editing
gimp
inkscape
# CLI tools
cloc
];
}