Fix bad gitui expression

This commit is contained in:
Evie Litherland-Smith 2023-09-11 17:25:47 +01:00
parent 87b30d8125
commit 72eaae82e5

View file

@ -24,12 +24,6 @@
};
gitui = {
enable = true;
keyConfig = builtins.readFile (pkgs.fetchFromGitHub {
owner = "extrawurst";
repo = "gitui";
rev = "8f7f35b8a97e38a0e181032285554cd0961d588e";
sha256 = "sha256-zJDf6WhaUe8QTPCoVAdfCdUvYEcQpm2qddQiKw41kjY=";
});
theme = builtins.readFile catppuccin-themes.gitui;
};
};