Update nixpkgs and home-manager
This commit is contained in:
parent
eb16655d2a
commit
23e731a2ac
2 changed files with 9 additions and 8 deletions
|
@ -14,8 +14,9 @@
|
|||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Enable the manual so we don't have to load it
|
||||
manual.html.enable = true;
|
||||
# Temporarily disable the manuals
|
||||
manual.html.enable = false;
|
||||
# manual.manpage.enable = false;
|
||||
|
||||
# Packages that are not in programs section
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue