Though I am unsure of whether I still need this library

This commit is contained in:
Nox Sluijtman 2024-12-30 18:25:53 +01:00
parent 447cf74d3b
commit 168a132569
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -1,9 +1,7 @@
{ lib, config, pkgs, ... }:
arg:
with lib;
let cfg = config.colorscheme;
getKittyTheme = with builtins; (theme:
let getKittyTheme = with builtins; (theme:
let matching = filter (x: x.name == theme)
(fromJSON
(readFile