mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 13:23:11 +01:00
7 lines
188 B
Nix
7 lines
188 B
Nix
{ 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;
|
|
}
|