mrowwww
This commit is contained in:
parent
e0a8e0ceb2
commit
4aca99be34
7 changed files with 333 additions and 62 deletions
|
|
@ -8,7 +8,7 @@
|
|||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
programs.zsh.shellInit = ''
|
||||
eval $(/opt/homebrew/bin/brew shellenv)'
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ];
|
||||
#nix.settings.auto-optimise-store = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue