c2380dad7b
Note: not the actual initial commit. I swear I will stop repeatedly force pushing to this single commit eventually ok.
46 lines
654 B
Nix
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
|
|
]);
|
|
}
|