disable app pinning to taskbar, now kde managed

This commit is contained in:
Julian Sutter 2025-11-27 11:24:32 -08:00
parent 044e79b3c5
commit 26cf1cd241
4 changed files with 0 additions and 42 deletions

View file

@ -1,17 +1,11 @@
{ config, pkgs, pkgs-unstable, lib, ... }:
{
# Add this module's pinned applications
desktop.plasma.pinnedApps = [
# "windsurf.desktop" # Windsurf IDE
];
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests python-dotenv pip uv ]))
nodejs
# rpi-imager
putty # SSH/Telnet client
# pkgs-unstable.windsurf # Use windsurf from unstable packages
];
programs.nix-ld.enable = true;