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