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;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
genpass
|
genpass bitwarden-cli
|
||||||
gdb lldb
|
gdb lldb
|
||||||
wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
|
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 ]))
|
( 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
|
wirelesstools ranger apvlv
|
||||||
fontconfig
|
fontconfig
|
||||||
binutils veracrypt gitAndTools.diff-so-fancy
|
binutils veracrypt gitAndTools.diff-so-fancy
|
||||||
restic jq awscli
|
restic jq
|
||||||
hugo mercurial terraform
|
hugo mercurial terraform
|
||||||
unzip aria
|
unzip aria
|
||||||
calcurse file python37Packages.binwalk-full
|
calcurse file python37Packages.binwalk-full
|
||||||
|
|
Loading…
Reference in a new issue