diff --git a/modules/base.home.nix b/modules/base.home.nix index 303bfa0..49a497e 100644 --- a/modules/base.home.nix +++ b/modules/base.home.nix @@ -13,14 +13,5 @@ /* The home.stateVersion option does not have a default and must be set */ /* https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion */ home.stateVersion = "23.05"; - - /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */ - -# TODO: See history.path in zsh module. -# xdg = { -# enable = true; -# #dataHome = "${config.xdg.home.homeDirectory}/.local/share"; -# }; - }; }