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, lib,
config, config,
... ...
}: { }: let
config = let
cfg = config.ar.home.theme; cfg = config.ar.home.theme;
in in {
lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home = { home = {
packages = with pkgs; [gnome.adwaita-icon-theme]; packages = with pkgs; [gnome.adwaita-icon-theme];