Files
TheaninovOS/modules/home-manager/packages/default.nix
2024-05-04 13:36:04 +02:00

60 lines
800 B
Nix

{ pkgs, ... }:
{
xdg.configFile."ranger/rc.conf".source = ./ranger.conf;
home.packages = with pkgs; [
# nix
cachix
lorri
vulnix
# browsers
chromium
brave
# media
jellyfin-media-player
youtube-dl
# tartube
yt-dlp
f3d
mpv
makemkv
handbrake
metadata-cleaner
#bitwarden
# chat apps
threema-desktop
vesktop
discord
element-desktop
# office
libreoffice
apostrophe # markdown editor
# creative
gimp
inkscape-with-extensions
scribus
audacity
pinta
kdePackages.kdenlive
losslesscut-bin
shotcut
blender-hip
# development
insomnia
avalonia-ilspy
ghidra
ida-free
# utils
libqalculate
ranger
neofetch
filezilla
];
}