2019-11-23 09:03:58 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
2021-11-22 19:32:26 +00:00
|
|
|
(pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
2020-07-24 22:54:17 +01:00
|
|
|
apvlv
|
|
|
|
aria
|
|
|
|
atop
|
2021-04-03 12:52:05 +01:00
|
|
|
bfg-repo-cleaner
|
2020-07-24 22:54:17 +01:00
|
|
|
binutils
|
|
|
|
bitwarden-cli
|
2021-11-18 17:10:02 +00:00
|
|
|
bottom
|
2020-11-01 13:41:01 +00:00
|
|
|
btrfs-progs
|
2020-07-24 22:54:17 +01:00
|
|
|
curl
|
|
|
|
dnsutils
|
|
|
|
docker-compose
|
|
|
|
du-dust
|
2021-09-21 09:14:57 +01:00
|
|
|
exercism
|
2020-07-24 22:54:17 +01:00
|
|
|
fd
|
|
|
|
file
|
2020-05-02 07:18:26 +01:00
|
|
|
fontconfig
|
2021-09-21 09:14:57 +01:00
|
|
|
genpass
|
2020-07-24 22:54:17 +01:00
|
|
|
git
|
|
|
|
hsetroot
|
|
|
|
htop
|
|
|
|
imagemagick
|
2021-04-21 20:49:11 +01:00
|
|
|
jmtpfs
|
2020-07-24 22:54:17 +01:00
|
|
|
jq
|
2020-11-22 19:02:43 +00:00
|
|
|
keybase
|
2021-11-18 17:10:02 +00:00
|
|
|
kopia
|
2020-07-24 22:54:17 +01:00
|
|
|
lm_sensors
|
|
|
|
mercurial
|
2021-09-21 09:14:57 +01:00
|
|
|
nix-index
|
2021-05-29 23:33:19 +01:00
|
|
|
nix-top
|
2021-11-22 19:32:26 +00:00
|
|
|
nixpkgs-fmt
|
2020-07-24 22:54:17 +01:00
|
|
|
pciutils
|
|
|
|
powertop
|
|
|
|
ranger
|
|
|
|
restic
|
2021-06-06 08:04:44 +01:00
|
|
|
ripgrep-all
|
2020-07-24 22:54:17 +01:00
|
|
|
rustup
|
|
|
|
tmux
|
2021-05-30 20:41:33 +01:00
|
|
|
topgrade
|
2020-07-24 22:54:17 +01:00
|
|
|
unzip
|
|
|
|
veracrypt
|
|
|
|
wget
|
2021-03-14 10:51:34 +00:00
|
|
|
whois
|
2020-07-24 22:54:17 +01:00
|
|
|
wirelesstools
|
2019-11-23 09:03:58 +00:00
|
|
|
];
|
|
|
|
}
|