Skip to content

syrkis/nix-config-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config

setup

  • curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install instal nix, and restart shell
  • git clone https://github.com/syrkis/nix-config.git ~/nix-config && cd ~/nix-config clone my nix config
  • add your host to hosts, and include it in the flake.nix
  • sudo nix run nix-darwin --extra-experimental-features nix-command --extra-experimental-features flakes -- switch --flake ~/nix-config#$(hostname -s) --impure install nix darwin
  • sudo darwin-rebuild switch --flake ~/nix-config#$(hostname -s) --impure apply config (hostname is for computer name)
  • sudo chsh -s $(which fish) $(whoami)

nice to haves

  • defaults write NSGlobalDomain ApplePersistence -bool false disable persistence

About

maybe your friend macintosh, is really my friend macintosh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages