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
|
||||||
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
|
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
|
||||||
powercord-overlay.inputs.nixpkgs.follows = "latest";
|
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 =
|
outputs =
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
programs.doom-emacs = {
|
|
||||||
enable = true;
|
|
||||||
doomPrivateDir = ./doom;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# home.sessionPath = [
|
home.sessionPath = [
|
||||||
# "${config.xdg.configHome}/emacs/bin"
|
"${config.xdg.configHome}/emacs/bin"
|
||||||
# ];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue