zellij/default.nix: enable zellij

This commit is contained in:
Charlie Root 2024-10-25 12:36:04 +02:00
commit b50748afd9
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -10,7 +10,7 @@ in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
programs.zellij = {
enable = false;
enable = true;
enableFishIntegration = true;