mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Fix a CRITICAL BUG in the user setup
This commit is contained in:
parent
4ea89899ca
commit
269924cae9
1 changed files with 6 additions and 0 deletions
|
@ -5,11 +5,17 @@
|
|||
services.nix-daemon.enable = true;
|
||||
# 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;
|
||||
users.users.alyxia = {
|
||||
name = "alyxia";
|
||||
home = "/Users/alyxia";
|
||||
};
|
||||
|
||||
# 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;
|
||||
# bash is enabled by default
|
||||
# enable the gpg agent by default
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue