mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
fixed zsh completions
This commit is contained in:
parent
8d7e220d9b
commit
01cc0c5c11
2 changed files with 7 additions and 0 deletions
6
shared/zsh-fix.nix
Normal file
6
shared/zsh-fix.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
# This is a fix for zsh in the home manager
|
||||
# If you only enable it in home manager, some important files for completion are missing
|
||||
programs.zsh.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue