dotfiles/hosts/nix-laptop/home/packages.nix
eriedaberrie 9489019e0d Initial commit
Note: not the actual initial commit.

I swear I will stop repeatedly force pushing to this single commit eventually
ok.
2025-01-11 14:30:32 +00:00

44 lines
583 B
Nix

{ pkgs, inputs, self, ... }:
{
home.packages = (with pkgs; [
jaq
imagemagick
ffmpeg
nodejs
sbcl
racket
ghc
pyright
sumneko-lua-language-server
clang-tools
bear
rust-analyzer
cmake
meson
lazygit
fortune
neo-cowsay
lolcat
playerctl
socat
sway
imv
gimp
inkscape
xfce.thunar
libqalculate
qalculate-gtk
libreoffice
(hunspellWithDicts [ hunspellDicts.en-us ])
zoom-us
slack
remmina
godot_4
winetricks
ripdrag
aseprite
qbittorrent
]);
}