Fixing some autocomplete issues
Just installing the zsh package leaves out several of the autocomplete packages that the programs.zsh includes.
This commit is contained in:
parent
e5259868bd
commit
a0b892daea
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }: {
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
cmake
|
||||
htop
|
||||
|
|
Reference in New Issue
Block a user