Skip to content

mvertescher/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config

My Nix/NixOS configuration

Non NixOS

If you're on a Unix-like system that's not NixOS, these instructions should hopefully work.

  1. Install Nix and activate the local shell:
sh <(curl -L https://nixos.org/nix/install) --no-daemon
. ~/.nix-profile/etc/profile.d/nix.sh
  1. Make sure your local Nix configuration includes the following features:
$ cat ~/.config/nix/nix.conf
experimental-features = nix-command flakes
  1. Run the flake bootstrap script in this repository:
./scripts/flake-bootstrap.sh
  1. Build and activate the configuration!
home-manager switch --flake './#mvertescher'

Useful resources

About

My Nix/NixOS configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published