cleanup the mess

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-13 12:02:59 +03:00
parent 6554808614
commit 3937656ce1
6 changed files with 106 additions and 113 deletions

View File

@ -1,6 +1,6 @@
{
config,
mkDefault,
lib,
}: {
enable = true;
settings = {
@ -15,7 +15,7 @@
match-mode = "fuzzy";
icon-theme = config.dconf.settings."org/gnome/desktop/interface".icon-theme;
};
border = mkDefault {
border = lib.mkDefault {
width = 3;
radius = 12;
};