diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 2cca933b..67d66248 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -118,8 +118,11 @@ dev = { editors = { nvim.enable = true; - emacs.enable = true; - emacs.daemon = false; + emacs = { + enable = true; + daemon = false; + type = "unstable-pgtk"; + }; }; cc.enable = true; nil.enable = true;