1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 10:13:39 +02:00

gtk: run format

This commit is contained in:
myuujiku 2024-03-31 13:59:37 +02:00
parent ed6c662ed0
commit 25f69261d6

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.