feat(pkgs): Move neovide under hasGui

This commit is contained in:
uttarayan21
2024-04-04 22:04:35 +05:30
parent 451f5821e6
commit cca7cac0ec
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,9 @@
}:
lib.attrsets.optionalAttrs device.hasGui {
home.packages = with pkgs;
[]
[
neovide
]
++ lib.optionals device.isLinux [
ferdium
psst

View File

@@ -56,7 +56,6 @@ in {
go
pandoc
nodejs
neovide
sqls
vcpkg
gh