Home Gen505 @ 2025-05-03-01:35 by jonas@comfy-station
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.doom;
|
||||
cfg = config.hive.doom;
|
||||
doom-pkgs = with pkgs; [
|
||||
fira
|
||||
fira-code-nerdfont
|
||||
@@ -81,7 +81,7 @@
|
||||
fi
|
||||
'';
|
||||
in {
|
||||
options.doom = {
|
||||
options.hive.doom = {
|
||||
enable = lib.mkEnableOption "Enable Doom Emacs";
|
||||
enableCopilot = lib.mkEnableOption "Enable Copilot in Doom Emacs";
|
||||
withLatexPkgs = lib.mkEnableOption "Enable LaTeX packages in doom path";
|
||||
|
||||
Reference in New Issue
Block a user