1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +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; gtk-cursor-theme-size = cfg.cursorTheme.size;
}; };
gtk4Css = gtk4Css = lib.optionalString
lib.optionalString (cfg4.enableTheme && cfg.theme != null && cfg.theme.package != null) '' (cfg4.enableTheme && cfg.theme != null && cfg.theme.package != null) ''
/** /**
* GTK 4 reads the theme configured by gtk-theme-name, but ignores it. * 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. * It does however respect user CSS, so import the theme from here.