Removed deprecated feature
- Updated emacs packages - Turned off emacs service. I start it manually in hyprland for now - Commented out `useExperimentalGPUDriver` for asahi, because it is no longer used
This commit is contained in:
parent
b1c51ac48a
commit
16a81bc9b5
3 changed files with 11 additions and 6 deletions
|
|
@ -7,9 +7,9 @@
|
|||
}: let
|
||||
emacs = pkgs.emacs; #pkgs.emacs-pgtk;
|
||||
in {
|
||||
services.emacs.enable = true;
|
||||
#services.emacs.enable = true;
|
||||
services.emacs.startWithGraphical = true;
|
||||
services.emacs.install = true;
|
||||
#services.emacs.install = true;
|
||||
services.emacs.package = emacs; #pkgs.emacs-unstable
|
||||
|
||||
environment.systemPackages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue