mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 22:11:54 -05:00
home/theme: reformat
This commit is contained in:
parent
6bf787fc46
commit
3c7cd50fda
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue