From 1d2df8e35b3c41452d50a46ea84bdb98f381810c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 18 Nov 2023 23:46:22 +0000 Subject: [PATCH] Remove postgres --- modules/default.nix | 3 --- users/configs/system/nvim/default.nix | 1 - 2 files changed, 4 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index 34ab565..5e38481 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -22,8 +22,5 @@ elderbug = {}; pingbox = { - imports = [ - ./postgres - ]; }; } diff --git a/users/configs/system/nvim/default.nix b/users/configs/system/nvim/default.nix index f21c84d..9a29c98 100644 --- a/users/configs/system/nvim/default.nix +++ b/users/configs/system/nvim/default.nix @@ -17,5 +17,4 @@ }; in { programs.neovim.enable = true; - }