Extreme cleaup + new nix rice + commit hooks

This commit is contained in:
Filippo Berto 2022-06-02 20:16:20 +02:00
parent bc28d964d3
commit c9eeeb9dc4
59 changed files with 319 additions and 400 deletions

View file

@ -23,10 +23,10 @@
editor.lsp.display-messages = true;
editor.scrolloff = 5;
editor.true-color = true;
editor.mouse = false;
};
themes =
let
strPalette = with pkgs.rice; palette.toRgbShortHex coloPalette;
transparent = "none";
gray = "#665c54";
dark-gray = "#3c3836";