Add memtest, bitwarden cli
This commit is contained in:
parent
3be6bedd10
commit
f7c45f0204
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
enable = true;
|
||||
version = 2;
|
||||
useOSProber = true;
|
||||
memtest86.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
genpass
|
||||
genpass bitwarden-cli
|
||||
gdb lldb
|
||||
wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
|
||||
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
||||
|
@ -9,7 +9,7 @@
|
|||
wirelesstools ranger apvlv
|
||||
fontconfig
|
||||
binutils veracrypt gitAndTools.diff-so-fancy
|
||||
restic jq awscli
|
||||
restic jq
|
||||
hugo mercurial terraform
|
||||
unzip aria
|
||||
calcurse file python37Packages.binwalk-full
|
||||
|
|
Loading…
Reference in a new issue