updating flake, userChrome, and emacs.nix

This commit is contained in:
Chris Cochrun 2025-03-13 22:01:56 -05:00
parent cef3749d87
commit c3de5f9330
10 changed files with 550 additions and 401 deletions

View file

@ -5,22 +5,6 @@
enable = true;
package = with import pkgs.path {
system = "x86_64-linux";
overlays = [
(final: prev: {
gtk3 = prev.gtk3.overrideAttrs {
src = final.fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "gtk";
rev =
"360fb0fe78073260095d77ec32bd38b5ff764623";
hash = "sha256-k7G0a/W5LCw/Yto20CYwUZoVh6ebdYIji00JS3RCaQ8=";
};
};
})
inputs.emacs.overlay
];
};
((emacsPackagesFor pkgs.emacs-pgtk).emacsWithPackages (epkgs:
with epkgs; [
@ -70,9 +54,9 @@
rustic
ron-mode
melpaPackages.slint-mode
flycheck-clj-kondo
clojure-mode
cider
# flycheck-clj-kondo
# clojure-mode
# cider
melpaPackages.evil
melpaPackages.evil-collection
melpaPackages.ellama
@ -83,7 +67,7 @@
org-super-agenda
websocket
# org-roam-ui
org-present
# org-present
org-modern
# (org-re-reveal.overrideAttrs (o: {
# src = pkgs.fetchgit {