From cca7cac0ec228b5c5420b3c3d637fd8d6c94034d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 4 Apr 2024 22:04:35 +0530 Subject: [PATCH] feat(pkgs): Move neovide under hasGui --- common/gui.nix | 4 +++- common/home.nix | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/gui.nix b/common/gui.nix index 6907eda5..43ffa1b2 100644 --- a/common/gui.nix +++ b/common/gui.nix @@ -6,7 +6,9 @@ }: lib.attrsets.optionalAttrs device.hasGui { home.packages = with pkgs; - [] + [ + neovide + ] ++ lib.optionals device.isLinux [ ferdium psst diff --git a/common/home.nix b/common/home.nix index 83b9d7c6..ad30713a 100644 --- a/common/home.nix +++ b/common/home.nix @@ -56,7 +56,6 @@ in { go pandoc nodejs - neovide sqls vcpkg gh