refactor: replace deprecated initExtra with initContent

This commit is contained in:
Michael Mandl 2025-04-28 08:09:25 +02:00
parent e125a6197b
commit efd67c580b
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ ... }:
{
programs.zsh.initExtra = ''
programs.zsh.initContent = ''
if [ -f $HOME/.nix-profile/etc/profile.d/nix.sh ];
then
source $HOME/.nix-profile/etc/profile.d/nix.sh