gtk: run format

This commit is contained in:
myuujiku 2024-03-31 13:59:37 +02:00
parent ed6c662ed0
commit 25f69261d6
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ in {
gtk-cursor-theme-size = cfg.cursorTheme.size;
};
gtk4Css =
lib.optionalString (cfg4.enableTheme && cfg.theme != null && cfg.theme.package != null) ''
gtk4Css = lib.optionalString
(cfg4.enableTheme && cfg.theme != null && cfg.theme.package != null) ''
/**
* GTK 4 reads the theme configured by gtk-theme-name, but ignores it.
* It does however respect user CSS, so import the theme from here.