diff --git a/users/alice/home/doom/default.nix b/users/alice/home/doom/default.nix index f7843d2..1d30635 100644 --- a/users/alice/home/doom/default.nix +++ b/users/alice/home/doom/default.nix @@ -6,10 +6,10 @@ }: { - xdg.configFile."doom/config.el".source = "./doom/config.el"; - xdg.configFile."doom/custom.el".source = "./doom/custom.el"; - xdg.configFile."doom/init.el".source = "./doom/init.el"; - xdg.configFile."doom/packages.el".source = "./doom/packages.el"; - xdg.configFile."doom/snippets/cc-mode/cc-doxy".source = "./doom/snippets/cc-mode/cc-doxy"; - xdg.configFile."doom/snippets/cc-mode/README.md".source = "./doom/snippets/cc-mode/README.md"; + xdg.configFile."doom/config.el".source = ./config.el; + xdg.configFile."doom/custom.el".source = ./custom.el; + xdg.configFile."doom/init.el".source = ./init.el; + xdg.configFile."doom/packages.el".source = ./packages.el; + xdg.configFile."doom/snippets/cc-mode/cc-doxy".source = ./snippets/cc-mode/cc-doxy; + xdg.configFile."doom/snippets/cc-mode/README.md".source = ./snippets/cc-mode/README.md; }