Skip to content

Commit

Permalink
Add workaround for https://git.sr.ht/~rycee down
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 10, 2024
1 parent de1ce4e commit f199d14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
# TODO: How to cover lima? The default is /home/kachick.local
home.homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${config.home.username}" else "/home/${config.home.username}";

# Workaround for "unable to download 'https://git.sr.ht/~rycee": https://github.com/nix-community/home-manager/issues/4879#issuecomment-1884851745
manual = {
html.enable = false;
manpages.enable = false;
json.enable = false;
};

# https://github.com/nix-community/home-manager/blob/master/modules/misc/xdg.nix
xdg.enable = true;

Expand Down

0 comments on commit f199d14

Please sign in to comment.