nix-config/lib/shared/home-manager-packages.nix

36 lines
279 B
Nix
Raw Normal View History

{
2024-12-23 00:28:59 +00:00
headless,
pkgs,
username,
...
}:
2024-06-15 12:17:07 +01:00
with pkgs;
[
2024-03-01 21:30:54 +00:00
cachix
2023-03-22 22:56:56 +00:00
delta
entr
2023-03-22 22:56:56 +00:00
gcc
git
git-crypt
gnupg
2023-06-28 20:49:08 +01:00
inotify-tools
2023-03-22 22:56:56 +00:00
jq
2024-11-20 10:48:42 +00:00
killall
2023-03-22 22:56:56 +00:00
lua
mob
2023-03-22 22:56:56 +00:00
pv
simple-http-server
sshs
2023-03-22 22:56:56 +00:00
tldr
tree
2023-06-28 20:49:08 +01:00
tree-sitter
2023-03-22 22:56:56 +00:00
unzip
2024-12-17 13:00:00 +00:00
w3m
2024-08-28 12:58:02 +01:00
watchexec
2023-03-22 22:56:56 +00:00
wget
xclip
xdg-utils
zbar
2023-03-22 22:56:56 +00:00
]