{pkgs, ...}: { imports = [ ./blackbox.nix ./firefox.nix ./nautilus.nix ]; environment.systemPackages = with pkgs; [ gnome-tweaks dconf-editor ]; }