home/theme: reformat

This commit is contained in:
Aly Raffauf 2024-07-09 23:41:52 -04:00
parent 6bf787fc46
commit 3c7cd50fda

View file

@ -3,11 +3,10 @@
lib,
config,
...
}: {
config = let
}: let
cfg = config.ar.home.theme;
in
lib.mkIf cfg.enable {
in {
config = lib.mkIf cfg.enable {
home = {
packages = with pkgs; [gnome.adwaita-icon-theme];