First working doom emacs config
This commit is contained in:
14
home/modules/editors/emacs.nix
Normal file
14
home/modules/editors/emacs.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, inputs, lib, options, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
cfg = config.samfelag.modules.editors.emacs;
|
||||
in {
|
||||
options.samfelag.modules.editors.emacs = {
|
||||
enable = mkEnableOption "emacs";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# xdg.configFile."doom".src = ../../../config/doom;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user