nixos/home/packages/default.nix

62 lines
693 B
Nix
Raw Normal View History

2024-02-27 21:20:00 +00:00
{ pkgs, ... }: {
2024-02-27 09:15:40 +00:00
home.packages = with pkgs; [
# Generic tools
2024-02-27 11:17:01 +00:00
age
2024-02-28 02:51:29 +00:00
alacritty
2024-02-27 09:15:40 +00:00
btop
2024-02-28 01:50:10 +00:00
bzip2
2024-02-27 11:17:01 +00:00
croc
2024-03-01 12:36:39 +00:00
easyeffects
2024-03-01 08:38:06 +00:00
fd
ffmpeg
2024-02-27 11:14:23 +00:00
file
2024-02-27 11:17:01 +00:00
go-task
2024-03-03 07:12:58 +00:00
glib
2024-02-27 09:15:40 +00:00
jq
2024-03-02 20:16:23 +00:00
kitty
2024-03-04 03:24:34 +00:00
kubectl
2024-02-27 09:15:40 +00:00
ncdu
2024-03-03 07:12:58 +00:00
nwg-look
2024-03-01 12:36:58 +00:00
mumble
2024-03-02 20:16:23 +00:00
obs-studio
2024-02-27 12:55:38 +00:00
pamixer
2024-02-27 12:32:57 +00:00
pinentry
2024-02-27 21:48:45 +00:00
pre-commit
2024-03-03 06:25:37 +00:00
pulseaudio
2024-02-27 12:55:38 +00:00
pulsemixer
2024-02-27 12:06:36 +00:00
rbw
2024-02-27 11:17:01 +00:00
restic
2024-02-27 09:15:40 +00:00
ripgrep
2024-02-27 12:06:36 +00:00
rofi-rbw-wayland
2024-03-02 20:16:23 +00:00
spotify
spicetify-cli
2024-03-04 22:56:11 +00:00
sshfs
2024-03-04 03:24:34 +00:00
talosctl
2024-03-02 20:16:23 +00:00
2024-03-04 03:24:34 +00:00
# steam
# steam-run
# steamcmd
# gamescope
2024-02-27 09:15:40 +00:00
tokei
unzip
yt-dlp
2024-03-04 23:05:30 +00:00
unstable.zoom-us
2024-02-27 09:15:40 +00:00
# Editors
vscode
2024-02-27 21:20:00 +00:00
2024-02-27 09:15:40 +00:00
# Go stuff
go
delve
gopls
# Py stuff
python3
poetry
ruff
2024-02-27 21:48:45 +00:00
# Rust
rustup
2024-02-27 09:15:40 +00:00
];
}