# In deiner home.nix { config, pkgs, ... }: { home.stateVersion = "25.11"; home.packages = with pkgs; [ rustdesk ]; }