Build emacs on server so I can pull it from cache

This commit is contained in:
Evie Litherland-Smith 2024-03-03 21:21:42 +00:00
parent c6e1dc4f02
commit 9426b7ef36

View file

@ -188,6 +188,7 @@
]; ];
homeModules = [ homeModules = [
./home/default.nix ./home/default.nix
./home/emacs/default.nix
]; ];
}; };