dotfiles/nixos/home-manager/cli.nix

47 lines
725 B
Nix
Raw Normal View History

2019-11-23 09:03:58 +00:00
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
2021-03-27 08:40:46 +00:00
nur.repos.emmanuelrosa.bisq-desktop
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
2020-11-01 13:41:01 +00:00
btrfs-progs
2020-07-24 22:54:17 +01:00
curl
dnsutils
docker-compose
du-dust
fd
file
2020-05-02 07:18:26 +01:00
fontconfig
2020-07-24 22:54:17 +01:00
git
hsetroot
htop
imagemagick
jq
2020-11-22 19:02:43 +00:00
keybase
2020-07-24 22:54:17 +01:00
lm_sensors
mercurial
2021-03-19 09:42:43 +00:00
nixops
2020-07-24 22:54:17 +01:00
pciutils
powertop
ranger
restic
ripgrep
rustup
terraform
tmux
2021-03-27 23:17:45 +00:00
unstable.exercism
2020-11-22 19:02:43 +00:00
unstable.genpass
unstable.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
];
}