treewide: add and apply nixfmt pre-commit hook

Link: https://github.com/danth/stylix/pull/519
This commit is contained in:
NAHO 2024-11-15 15:14:30 +01:00
parent 807c81894e
commit ad64260a75
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5
108 changed files with 3143 additions and 2371 deletions

View file

@ -4,6 +4,7 @@
options.stylix.targets.lightdm.enable =
config.lib.stylix.mkEnableTarget "LightDM" true;
config.services.xserver.displayManager.lightdm.background =
lib.mkIf (config.stylix.enable && config.stylix.targets.lightdm.enable) config.stylix.image;
config.services.xserver.displayManager.lightdm.background = lib.mkIf (
config.stylix.enable && config.stylix.targets.lightdm.enable
) config.stylix.image;
}