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;

View file

@ -9,7 +9,6 @@
environment.systemPackages = with pkgs; [
discord # Gaming communication
stremio # Media streaming
# parsec-bin
# bottles
];

View file

@ -1,14 +1,10 @@
{ config, pkgs, lib, ... }:
{
# Add this module's pinned applications
desktop.plasma.pinnedApps = [
"rustdesk.desktop" # Remote desktop client
];
environment.systemPackages = with pkgs; [
vlc # Media player
deluge # BitTorrent client
rustdesk # Remote desktop client
stremio
];