more cleanup

This commit is contained in:
Julian Sutter 2025-11-03 09:59:45 -08:00
parent e80cc15caf
commit 522818dc25
4 changed files with 6 additions and 9 deletions

View file

@ -3,7 +3,7 @@
{
# Add this module's pinned applications
desktop.plasma.pinnedApps = [
"windsurf.desktop" # Windsurf IDE
# "windsurf.desktop" # Windsurf IDE
];
environment.systemPackages = with pkgs; [
@ -11,7 +11,7 @@
nodejs
# rpi-imager
putty # SSH/Telnet client
pkgs-unstable.windsurf # Use windsurf from unstable packages
# pkgs-unstable.windsurf # Use windsurf from unstable packages
];
programs.nix-ld.enable = true;