1
Fork 0

hallucination box told me this

This commit is contained in:
caem 2025-01-24 00:32:02 +01:00
parent 3088aa9b2c
commit 84f2429aed
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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