commit | 903051bb94e09f643e6b27213ce5838b175a2d89 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sat May 25 13:30:43 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sat Jun 01 19:06:41 2024 +0000 |
tree | 9007ba54aae67b1b7a585098a94973f098f85ddf | |
parent | 69a999e1abc99a01df968a4e7ed34eea6ea26966 [diff] |
fix(greylag): switch to wayland-native emacs As niri doesn't have xwayland, emacs must use a build that can run on native wayland. In future, this should probably be automatically chosen when you have xwayland disabled (or wayland enabled) but currently it is easy enough to do a per-user change Change-Id: I822309668cd5144225dcf82491d98fd1317d4667 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/714 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/homes/x86_64-linux/minion@greylag/default.nix b/homes/x86_64-linux/minion@greylag/default.nix index 84ef1f4..52a91e6 100644 --- a/homes/x86_64-linux/minion@greylag/default.nix +++ b/homes/x86_64-linux/minion@greylag/default.nix
@@ -61,4 +61,6 @@ minecraft.enable = true; itch.enable = true; }; + + programs.emacs.package = pkgs.emacs-pgtk; }