From ba23100d1c6abafd0dba965c9f486408ab70709e Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 5 May 2022 13:58:47 +0200 Subject: [PATCH] feat(packages): add new packages --- nix/home-manager/configuration/graphical-fullblown.nix | 1 + shell.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index 86f2cc3..2988abf 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -203,6 +203,7 @@ in { mendeley # zotero pandoc + unstablepkgs.logseq # has an EOL version of electron # obsidian diff --git a/shell.nix b/shell.nix index ba25b0d..044a816 100644 --- a/shell.nix +++ b/shell.nix @@ -30,6 +30,12 @@ pkgs.stdenv.mkDerivation { sysstat lshw xxHash + + ripgrep + neovim + glxinfo + + ntfy ]); # Set Environment Variables