Update emacs version for legion
This commit is contained in:
parent
069f929735
commit
b06fc44adf
|
@ -1,4 +1,5 @@
|
||||||
{shellConfig, ...}: let
|
{ pkgs, shellConfig, ... }:
|
||||||
|
let
|
||||||
username = "xenia";
|
username = "xenia";
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
in {
|
in {
|
||||||
|
@ -13,5 +14,8 @@ in {
|
||||||
inherit username homeDirectory;
|
inherit username homeDirectory;
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
programs.home-manager.enable = true;
|
programs = {
|
||||||
|
home-manager.enable = true;
|
||||||
|
emacs.package = pkgs.emacs29;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue