Updated emacs to 31 and fixed kanshi profile descriptors
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
./modules/zsh.nix
|
||||
];
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Password manager
|
||||
rbw
|
||||
|
||||
@@ -37,4 +37,9 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user