1
Fork 0

it fucking lied

This commit is contained in:
caem 2025-01-24 00:33:21 +01:00
parent 84f2429aed
commit 5f854f959a
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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