From c48563d9e36b31918e019c78ce6db76077dc2954 Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Sun, 13 Mar 2022 15:33:24 +0100 Subject: [PATCH] Update installed software --- layers/base.nix | 2 +- layers/workstation.nix | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/layers/base.nix b/layers/base.nix index 424461b..90db4e2 100644 --- a/layers/base.nix +++ b/layers/base.nix @@ -127,7 +127,7 @@ in picocom pv socat - reptyr + #reptyr ldns libfaketime moreutils diff --git a/layers/workstation.nix b/layers/workstation.nix index fbc75b9..2d5889b 100644 --- a/layers/workstation.nix +++ b/layers/workstation.nix @@ -7,10 +7,15 @@ #./vscode.nix ]; + queezle.emacs.enable = true; + environment.systemPackages = with pkgs; [ # password manager keepassxc + # calculator + qalculate-gtk + # spaced repetition software anki-bin @@ -32,8 +37,11 @@ # admin stuff virtmanager - ]; + ### CLI + # Search unicode glyphs + unipicker + ]; users.users.adobe = { isNormalUser = true; -- GitLab