{ pkgs, ... }: { programs = { fish.enable = true; }; environment.systemPackages = with pkgs; [ brightnessctl nixfmt-rfc-style treefmt wget ]; }