diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-22 14:38:03 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-22 14:38:03 +0200 |
commit | 18d3ef311822313c2ed2a8cdb14419c4d9f3a78b (patch) | |
tree | e79b66d482b9c7a4e48b90afc1042ebe008d65a2 /hm/mako | |
parent | sys/greetd: rename greetd.tuigreet to tuigreet (diff) | |
download | nix-config-18d3ef311822313c2ed2a8cdb14419c4d9f3a78b.zip |
Diffstat (limited to 'hm/mako')
-rw-r--r-- | hm/mako/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/mako/default.nix b/hm/mako/default.nix index c71f704..b51ec14 100644 --- a/hm/mako/default.nix +++ b/hm/mako/default.nix @@ -14,7 +14,7 @@ ignore-timeout = true; layer = "overlay"; markup = true; # TODO - maxIconSize = 64; + max-icon-size = 64; sort = "-time"; }; #extraConfig = '' |