mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
fixed zsh completions
This commit is contained in:
parent
8d7e220d9b
commit
01cc0c5c11
|
@ -13,6 +13,7 @@
|
|||
../../shared/input.nix
|
||||
../../shared/sops.nix
|
||||
../../shared/gpg.nix
|
||||
../../shared/zsh-fix.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
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…
Reference in a new issue