Yay, comments!

This commit is contained in:
Whovian NTSN 2024-06-07 02:16:31 -04:00
parent d5d9d71e65
commit 1a6da08c20
2 changed files with 7 additions and 2 deletions

View File

@ -88,8 +88,6 @@ in
}; };
}; };
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.

View File

@ -30,7 +30,14 @@
[/modules/programs/zsh.nix] [/modules/programs/zsh.nix]
https://github.com/nix-community/home-manager/issues/3521#issuecomment-1367197995 https://github.com/nix-community/home-manager/issues/3521#issuecomment-1367197995
[Issue #3521] [Issue #3521]
06 June 2024:
Appears to be handled by "programs.zsh.enableCompletion" being enabled.
https://github.com/NixOS/nixpkgs/blob/49f6869f71fb2724674ccc18670bbde70843d43f/nixos/modules/programs/zsh/zsh.nix#L305
I appear to have "programs.zsh.enableCompletion" disabled for some reason?
Need to look into this again at some point, I suppose.
*/ */
environment.pathsToLink = [ environment.pathsToLink = [
"/share/zsh" "/share/zsh"
]; ];