chore: change colour scheme to catppuccin

This commit is contained in:
Artur Manuel 2024-09-22 15:04:36 +01:00
commit 63f584846e
Failed to generate hash of commit
2 changed files with 51 additions and 48 deletions

View file

@ -60,15 +60,16 @@ in
autothemer
geiser-guile
lsp-haskell
catppuccin-theme
;
treesit-grammars = e.treesit-grammars.with-all-grammars;
inherit (pkgs) python3;
oxocarbon-theme = mkEmacsPackage e "oxocarbon-theme" "0.1.0" (pkgs.fetchurl {
url = "https://raw.githubusercontent.com/konrad1977/emacs/main/themes/oxocarbon-theme.el";
hash = "sha256-jD4DYc7aePuAF3m323YAi7jzE6ZpsSWb/zdmEgjFCns=";
}) [ e.autothemer ];
# oxocarbon-theme = mkEmacsPackage e "oxocarbon-theme" "0.1.0" (pkgs.fetchurl {
# url = "https://raw.githubusercontent.com/konrad1977/emacs/main/themes/oxocarbon-theme.el";
# hash = "sha256-jD4DYc7aePuAF3m323YAi7jzE6ZpsSWb/zdmEgjFCns=";
# }) [ e.autothemer ];
};
override = _: prev: { use-package = prev.emacs; };
};