refactoring!
This commit is contained in:
parent
a636e22e47
commit
e690170647
4 changed files with 123 additions and 55 deletions
63
home/packages-cli.nix
Normal file
63
home/packages-cli.nix
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bc
|
||||
bitwarden-cli
|
||||
diff-so-fancy
|
||||
exiftool
|
||||
ffmpeg
|
||||
figlet
|
||||
file
|
||||
fzf
|
||||
git-crypt
|
||||
gitFull
|
||||
gitui
|
||||
gnumake
|
||||
gnupg
|
||||
gping
|
||||
gtop
|
||||
hugo
|
||||
jq
|
||||
keychain
|
||||
keyutils
|
||||
khal
|
||||
khard
|
||||
lazygit
|
||||
links2
|
||||
mairix
|
||||
moreutils
|
||||
mosh
|
||||
mutt-ics
|
||||
ncdu
|
||||
neofetch
|
||||
neomutt
|
||||
newsboat
|
||||
nmap
|
||||
notmuch
|
||||
pandoc
|
||||
ps_mem
|
||||
psmisc
|
||||
ranger
|
||||
sqlite
|
||||
syncthing
|
||||
tailscale
|
||||
tasksh
|
||||
taskwarrior
|
||||
tig
|
||||
timewarrior
|
||||
tmux
|
||||
tmux-cssh
|
||||
tmuxp
|
||||
toot
|
||||
topgrade
|
||||
tut
|
||||
unzip
|
||||
urlview
|
||||
vdirsyncer
|
||||
vifm-full
|
||||
vit
|
||||
wget
|
||||
zip
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue