style: utilise keep-sorted formatter

This commit is contained in:
wi11-holdsworth 2025-09-17 11:47:17 +10:00
parent fd65dc21ad
commit f04a4ca44d
31 changed files with 86 additions and 27 deletions

View file

@ -1,12 +1,18 @@
{ config, lib, ... }:
{
config,
lib,
...
}:
let
feature = "desktop";
in
{
config = lib.mkIf config.${feature}.enable {
# keep-sorted start
kitty.enable = true;
obsidian.enable = true;
zellij.enable = true;
# keep-sorted end
};
imports = [ ];