mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
6 lines
188 B
Nix
6 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;
|
|
}
|