mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Fix broken text and images in N:binary operations, updated the theme and changed fonts.
This commit is contained in:
@@ -365,7 +365,7 @@ mkdir -p ~/.config/nix-darwin/
|
||||
cp -f flake.nix ~/.config/nix-darwin/
|
||||
cp -f home.nix ~/.config/nix-darwin/
|
||||
|
||||
if [[ $(uname -m) == "x86_64" ]]; then
|
||||
if [ $(uname -m) == "x86_64" ](%20$(uname%20-m)%20==%20"x86_64"%20); then
|
||||
echo "Intel mac."
|
||||
nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake ~/.config/nix-darwin#x86
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user