Emacs-with-lsps

This commit is contained in:
Aleksandr Lebedev 2025-07-07 14:26:23 +02:00
parent 0042bf7d14
commit 753d553d7d
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -332,11 +332,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751882787, "lastModified": 1751891058,
"narHash": "sha256-fZKXqYsq7+uUlXFznZiCppcyuoJhdhj84/ai7PW/09A=", "narHash": "sha256-HH+OpTbwf6DkqPuS1KOBrYF590PGOwnowjJ5qO/O2tY=",
"owner": "kylekrein", "owner": "kylekrein",
"repo": "emacs-config", "repo": "emacs-config",
"rev": "2697f0eeefe0803ff2f650c23686cadfd37644ee", "rev": "57d53c6a36e1deb40c9ba60d67349f8879ad0742",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,7 +6,7 @@
hwconfig, hwconfig,
... ...
}: let }: let
emacs = inputs.emacs-kylekrein.packages.${hwconfig.system}.default; emacs = inputs.emacs-kylekrein.packages.${hwconfig.system}.with-lsps;
in { in {
services.emacs.enable = true; services.emacs.enable = true;
services.emacs.startWithGraphical = true; services.emacs.startWithGraphical = true;