treewide: add linters and apply pending suggestions (#426)

This commit is contained in:
Daniel Thwaites 2024-06-16 15:08:25 +01:00 committed by GitHub
parent 29044a0242
commit 80e8e1e2f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 97 additions and 69 deletions

View file

@ -1,8 +1,8 @@
{ config, lib, ... }:
let
colors = config.lib.stylix.colors;
fonts = config.stylix.fonts;
inherit (config.lib.stylix) colors;
inherit (config.stylix) fonts;
in {
options.stylix.targets.sxiv.enable =
config.lib.stylix.mkEnableTarget "Sxiv" true;