From f7c45f0204fd238abf865eb471fe6015d74c3be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 24 Jun 2020 18:51:03 +0100 Subject: [PATCH] Add memtest, bitwarden cli --- nixos/boot.nix | 1 + nixos/cli.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/boot.nix b/nixos/boot.nix index 811ff03d..8dcc125c 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -15,6 +15,7 @@ enable = true; version = 2; useOSProber = true; + memtest86.enable = true; }; }; diff --git a/nixos/cli.nix b/nixos/cli.nix index 02e2309f..93ce781f 100644 --- a/nixos/cli.nix +++ b/nixos/cli.nix @@ -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