Files
TheaninovOS/modules/home-manager/packages/default.nix
2024-10-06 19:12:45 +02:00

59 lines
796 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
yt-dlp
f3d
mpv
makemkv
handbrake
metadata-cleaner
# chat apps
vesktop
discord
element-desktop
thunderbird
# cinny-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
# rquickshare
];
}