Skip to content

Commit

Permalink
hack(emacs): use local magit-file-icons
Browse files Browse the repository at this point in the history
Until it's in MELPA
  • Loading branch information
gekoke committed Feb 5, 2025
1 parent 98ef959 commit d195af2
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 29 deletions.
170 changes: 141 additions & 29 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

emacs-lsp-booster.url = "github:slotThe/emacs-lsp-booster-flake";
emacs-lsp-booster.inputs.nixpkgs.follows = "nixpkgs";

mfi.url = "git+file:///home/geko/Repos/magit-file-icons/";
};

outputs =
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ in
pkgs.elementary.adwaita-dark-theme
pkgs.elementary.anisochromatic
pkgs.elementary.miasma-theme
inputs.mfi.packages.${pkgs.system}.default
];
};
earlyInitText = readFiles [
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@
(setq ediff-window-setup-function 'ediff-setup-windows-plain)

(use-package magit-file-icons
:ensure nil
:after magit
:config
(magit-file-icons-mode))
Expand Down

0 comments on commit d195af2

Please sign in to comment.