# # Basic desktop stuff # { config, lib, pkgs, ... }: { # Hardware hardware.steam-hardware.enable = true; # Common utilities programs.thunderbird.enable = true; environment.systemPackages = with pkgs; [ libnotify kdePackages.ark kdePackages.dolphin kdePackages.gwenview keepassxc element-desktop gimp-with-plugins inkscape libreoffice-qt-fresh nextcloud-client vesktop bambu-studio dolphin-emu dolphin-emu-primehack luanti # Minetest ppsspp ]; }