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