niri, ocaml meat

This commit is contained in:
atagen 2024-11-23 17:20:39 +11:00
parent cd61813078
commit c470c63ab2
25 changed files with 583 additions and 756 deletions

View file

@ -9,8 +9,8 @@ in
src = pkgs.fetchFromGitHub {
owner = "nana-4";
repo = "materia-theme";
rev = "6e5850388a25f424b8193fe4523504d1dc364175";
sha256 = "sha256-I6hpH0VTmftU4+/pRbztuTQcBKcOFBFbNZXJL/2bcgU=";
rev = "d7f59a37ef51f893c28b55dc344146e04b2cd52c";
sha256 = "sha256-PnpFAmKEpfg3wBwShLYviZybWQQltcw7fpsQkTUZtww=";
};
buildInputs = with pkgs; [
sassc

View file

@ -1,5 +1,4 @@
final: prev:
let
final: prev: let
inherit (prev.lib.nix-rice) kitty-themes;
inherit (prev.lib.nix-rice.palette) toRGBShortHex toRgbHex;
# theme = kitty-themes.parseTheme ./op.pal;