Fix bad gitui expression
This commit is contained in:
parent
87b30d8125
commit
72eaae82e5
|
@ -24,12 +24,6 @@
|
||||||
};
|
};
|
||||||
gitui = {
|
gitui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyConfig = builtins.readFile (pkgs.fetchFromGitHub {
|
|
||||||
owner = "extrawurst";
|
|
||||||
repo = "gitui";
|
|
||||||
rev = "8f7f35b8a97e38a0e181032285554cd0961d588e";
|
|
||||||
sha256 = "sha256-zJDf6WhaUe8QTPCoVAdfCdUvYEcQpm2qddQiKw41kjY=";
|
|
||||||
});
|
|
||||||
theme = builtins.readFile catppuccin-themes.gitui;
|
theme = builtins.readFile catppuccin-themes.gitui;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue