Rename system
to lib
This commit is contained in:
parent
cf4c9710a2
commit
addad268e5
18 changed files with 2 additions and 2 deletions
43
lib/shared/home-manager-packages.nix
Normal file
43
lib/shared/home-manager-packages.nix
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with pkgs; [
|
||||
awscli2
|
||||
bitwarden-cli
|
||||
bottom
|
||||
ctop
|
||||
delta
|
||||
dog
|
||||
doppler
|
||||
fd
|
||||
file
|
||||
gcc
|
||||
gh
|
||||
git
|
||||
git-crypt
|
||||
gnupg
|
||||
go
|
||||
htop
|
||||
inotify-tools
|
||||
jq
|
||||
lua
|
||||
mysql
|
||||
neofetch
|
||||
php82
|
||||
php82Packages.composer
|
||||
pv
|
||||
ripgrep
|
||||
rustywind
|
||||
tldr
|
||||
tree
|
||||
tree-sitter
|
||||
unzip
|
||||
virtualenv
|
||||
watchexec
|
||||
wget
|
||||
xcp
|
||||
xh
|
||||
yarn
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue