feat: remove nix-doom-emacs
This commit is contained in:
parent
84cbfd148a
commit
8f89e52db6
2 changed files with 3 additions and 11 deletions
|
@ -52,9 +52,6 @@
|
|||
# # --- Powercord
|
||||
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
|
||||
powercord-overlay.inputs.nixpkgs.follows = "latest";
|
||||
# # --- Doom Emacs
|
||||
nix-doom-emacs.url = "github:vlaci/nix-doom-emacs";
|
||||
nix-doom-emacs.inputs.nixpkgs.follows = "nixos";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomPrivateDir = ./doom;
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# home.sessionPath = [
|
||||
# "${config.xdg.configHome}/emacs/bin"
|
||||
# ];
|
||||
home.sessionPath = [
|
||||
"${config.xdg.configHome}/emacs/bin"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue