mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 14:52:24 +05:30
disable emac
This commit is contained in:
parent
4236e5506f
commit
1e18ba1bd5
5 changed files with 3 additions and 6 deletions
|
@ -12,7 +12,7 @@ in
|
|||
];
|
||||
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
emacsPackage = pkgs-emacs.emacs29-pgtk;
|
||||
doomPrivateDir = ./.;
|
||||
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue