Though I am unsure of whether I still need this library
This commit is contained in:
parent
447cf74d3b
commit
168a132569
|
@ -1,9 +1,7 @@
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
arg:
|
arg:
|
||||||
with lib;
|
with lib;
|
||||||
let cfg = config.colorscheme;
|
let getKittyTheme = with builtins; (theme:
|
||||||
|
|
||||||
getKittyTheme = with builtins; (theme:
|
|
||||||
let matching = filter (x: x.name == theme)
|
let matching = filter (x: x.name == theme)
|
||||||
(fromJSON
|
(fromJSON
|
||||||
(readFile
|
(readFile
|
||||||
|
|
Loading…
Reference in a new issue