1
Fork 0

adlkfjsdfio

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

View file

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