dotfiles/hosts/msft-laptop/home/packages.nix
eriedaberrie 4e2ac9a70b Initial commit
Note: not the actual initial commit.

I swear I will stop repeatedly force pushing to this single commit eventually
ok.
2025-02-19 21:38:01 +00:00

48 lines
840 B
Nix

{ pkgs, inputs, pins, ... }:
{
home.packages = (with pkgs; [
jaq
imagemagick
ffmpeg-full
python3
ruby
lazygit
playerctl
cantata
socat
sway
imv
swayimg
gimp
inkscape
nautilus
evince
yt-dlp
libqalculate
qalculate-gtk
libreoffice
(hunspellWithDicts [ hunspellDicts.en-us ])
zoom-us
slack
remmina
wineWowPackages.stagingFull
winetricks
(prismlauncher.override {
prismlauncher-unwrapped = prismlauncher-unwrapped.overrideAttrs (prev: {
src = pins.prismlauncher-cracked;
});
})
ripdrag
(vesktop.override {withSystemVencord = false;})
aseprite
qbittorrent
nicotine-plus
r2modman
qgis
]) ++ (with inputs.lisp-scripts.packages.${pkgs.system}; [
sync-music
time-window
]);
}