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, ... }:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue