more cleanup
This commit is contained in:
parent
e80cc15caf
commit
522818dc25
4 changed files with 6 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord # Gaming communication
|
||||
stremio # Media streaming
|
||||
# parsec-bin
|
||||
# bottles
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue