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
|
# Add this module's pinned applications
|
||||||
desktop.plasma.pinnedApps = [
|
desktop.plasma.pinnedApps = [
|
||||||
"windsurf.desktop" # Windsurf IDE
|
# "windsurf.desktop" # Windsurf IDE
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
nodejs
|
nodejs
|
||||||
# rpi-imager
|
# rpi-imager
|
||||||
putty # SSH/Telnet client
|
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;
|
programs.nix-ld.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
discord # Gaming communication
|
discord # Gaming communication
|
||||||
stremio # Media streaming
|
|
||||||
# parsec-bin
|
# parsec-bin
|
||||||
# bottles
|
# bottles
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,10 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Add this module's pinned applications
|
|
||||||
desktop.plasma.pinnedApps = [
|
|
||||||
"rustdesk.desktop" # Remote desktop client
|
|
||||||
];
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vlc # Media player
|
vlc # Media player
|
||||||
deluge # BitTorrent client
|
deluge # BitTorrent client
|
||||||
rustdesk # Remote desktop client
|
stremio
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.nvidia.acceptLicense = true;
|
nixpkgs.config.nvidia.acceptLicense = true;
|
||||||
nixpkgs.config.nvidia.libsOnly = false;
|
nixpkgs.config.nvidia.libsOnly = true;
|
||||||
nixpkgs.config.allowBroken = true;
|
nixpkgs.config.allowBroken = true;
|
||||||
|
|
||||||
# Location & internationalisation
|
# Location & internationalisation
|
||||||
|
|
@ -154,4 +154,6 @@
|
||||||
SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"
|
SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nix.settings.download-buffer-size = 536870912;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue