desktop: add zed package version server and racket

This commit is contained in:
2025-09-18 11:58:07 -07:00
parent 8880ac8158
commit d7ee1f6434

View File

@@ -7,7 +7,6 @@
"sysrq_always_enabled=1"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_15;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
boot.loader = {
efi.canTouchEfiVariables = true;
@@ -146,6 +145,7 @@
android-studio
rustup
zed-editor
package-version-server # for zed
] ++ [
# Python
python3
@@ -168,5 +168,8 @@
# Gleam
gleam
beamMinimal26Packages.erlang
# Racket
racket
];
}