Use unstable emacs instead of git
This commit is contained in:
parent
99a4840578
commit
03d355aa35
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
chvp.base.emacs = {
|
chvp.base.emacs = {
|
||||||
basePackage = pkgs.emacs-pgtk;
|
basePackage = pkgs.emacs-unstable-pgtk;
|
||||||
extraConfig = [ (builtins.readFile ./linux-init.el) ];
|
extraConfig = [ (builtins.readFile ./linux-init.el) ];
|
||||||
};
|
};
|
||||||
home-manager.users.${username} = { ... }: {
|
home-manager.users.${username} = { ... }: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue