Skip to content

❄️ jaehong21's personal Nix config collection

Notifications You must be signed in to change notification settings

jaehong21/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix config

Install Nix with Determinate

# install nix by Determinate System
# https://github.com/DeterminateSystems/nix-installer
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

nix-darwin

https://github.com/LnL7/nix-darwin

nix run nix-darwin#darwin-rebuild -- switch --flake . # or `.#jetty`, `<path to flake.nix>#jetty`
darwin-rebuild switch --flake . # if darwin-rebuild installed

Home Manager

https://github.com/nix-community/home-manager

# current path with `flake.nix`
nix run nixpkgs#home-manager -- switch --flake . # or `#jetty@jetty.local`, `<path to flake.nix>#jetty@jetty.local`
home-manager switch --flake . # if home-manager installed

About

❄️ jaehong21's personal Nix config collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages