{ config, pkgs, ... }: { # Allow unfree packages nixpkgs.config.allowUnfree = true; # System packages environment.systemPackages = with pkgs; [ # Browsers and communication ungoogled-chromium librewolf discord signal-desktop-bin impression # Development tools vscodium git go cargo rustc rust-analyzer rustfmt nodejs_24 python3Full openssh nodePackages."pnpm" openssl # Desktop applications alacritty bitwarden-desktop vlc onlyoffice-desktopeditors spotify spot nextcloud-client zotero prismlauncher # Gaming luanti duckstation dolphin-emu ryubing # GNOME extensions gnomeExtensions.appindicator ]; }