From 4fcf7d48af2aaa7442f038d8311b98a799b0fc57 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 12 May 2024 19:17:12 -0400 Subject: [PATCH] meta: Remove sqlite / sqlcipher from global $PATH Will be handled in individual project flake.nix files instead. --- home/neovim.nix | 4 ---- modules/shell.nix | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 5a9788a2..231982b2 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -43,10 +43,6 @@ in typst-live universal-ctags - - sqlite - sqlcipher - litecli ]; editorconfig = { diff --git a/modules/shell.nix b/modules/shell.nix index 208129db..951ff553 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -75,6 +75,7 @@ in zellij diskonaut pgcli + litecli ; inherit (pkgs) p7zip