configuration.nix/home/laptop/packages/default.nix

40 lines
560 B
Nix
Raw Normal View History

2023-08-09 22:10:48 +02:00
{ pkgs, ... }: {
home.packages = with pkgs; [
bemenu
brave
direnv
gopass
gopass-jsonapi
pavucontrol
nixfmt
sqlite
ripgrep
xdg-user-dirs
wl-clipboard
wayland
tectonic
slurp
pinentry-qt
mupdf
mako
grim
gnome.cheese
gimp
firefox-devedition-bin
ffmpeg
nodePackages_latest.pnpm
rustup
lolcat
deno
nodejs_20
python311
python311Packages.pip
piper
poetry
thunderbird
tor-browser-bundle-bin
ungoogled-chromium
xdg-utils
2023-08-09 22:10:48 +02:00
];
}