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

I swear I will stop repeatedly force pushing to this single commit eventually
ok.
2024-09-15 00:19:38 -07:00

46 lines
654 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
]) ++ (with inputs.nix-gaming.packages.${pkgs.system}; [
wine-ge
]);
}