Skip to content

Commit 74635d5

Browse files
committed
emacs: add rassumfrassum to PATH
1 parent 3cdbf76 commit 74635d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/home/emacs/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ in
2525
with pkgs;
2626
lib.optionals (stdenv.hostPlatform.system == "x86_64-linux") [
2727
samba # for tramp
28+
]
29+
++ [
30+
pkgs.rassumfrassum
2831
];
2932

3033
programs.emacs = {

0 commit comments

Comments
 (0)