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:
Aleksandr Lebedev 2025-01-21 20:09:00 +01:00
parent b1c51ac48a
commit 16a81bc9b5
3 changed files with 11 additions and 6 deletions

View file

@ -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 =

View file

@ -1,10 +1,12 @@
{
pkgs,
emacs,
}: {
}:
{
packages = with pkgs; [
git
gzip
wkhtmltopdf
zip
unzip
gnutar
@ -19,6 +21,7 @@
nixfmt-rfc-style
markdownlint-cli
pandoc
groff
gnumake
python3
isort