[nix] Fix a CRITICAL BUG with the zsh config

This commit is contained in:
Alyxia Sother 2023-06-09 13:30:06 +02:00
parent 1b8db91b79
commit 370a8881b5
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
# Installs a version of nix, that dosen't need "experimental-features = nix-command flakes" in /etc/nix/nix.conf
# services.nix-daemon.package = pkgs.nixFlakes;
# if you use zsh (the default on new macOS installations),
# you'll need to enable this so nix-darwin creates a zshrc sourcing needed environment changes
programs.zsh.enable = true;
users.users.alyxia = {
name = "alyxia";
home = "/Users/alyxia";