1
Fork 0

I pray this works

This commit is contained in:
caem 2025-01-24 00:27:21 +01:00
parent 17129d38f1
commit 3088aa9b2c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,6 +1,7 @@
{ config, ... }:
{ config, lib, ... }:
{
home.file.".zshenv" = lib.mkForce null;
programs.zsh = {
enable = true;
enableCompletion = true;