Skip to content

Commit

Permalink
refactor: remove with statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 19, 2024
1 parent 11c8bf9 commit b841e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ in
config = ./init.el;
alwaysEnsure = true;
override = pkgs.callPackage ./overlay.nix { };
extraEmacsPackages = epkgs: with epkgs; [
treesit-grammars.with-all-grammars
extraEmacsPackages = epkgs: [
epkgs.treesit-grammars.with-all-grammars
pkgs.elementary.kanagawa-theme
];
};
Expand Down

0 comments on commit b841e45

Please sign in to comment.