{ pkgs, inputs, ... }: { # Desktop GUI applications environment.systemPackages = with pkgs; [ # Packaged from a flake input (see flake.nix) inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium secretspec claude-code cryptomator keepassxc libreoffice hunspellDicts.ru_RU opencode pkgs.ayugram-desktop pkgs.legcord pkgs.vesktop pkgs.amnezia-vpn obsidian obs-studio pkgs.qbittorrent evince pkgs.masterpdfeditor librewolf chromium ]; }