Skip to content

jjant/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config

This repository holds the nix configuration for my hosts.

Usage

Install Nix.

Home Manager

For home-manager-only systems such as odyssey, use:

home-manager --flake .#odyssey switch

If you don't yet have home-manager installed, you can use nix-shell to temporarily get it:

nix-shell -p home-manager
home-manager --flake .#odyssey switch --impure --extra-experimental-features "flakes nix-command"

After the first time running you don't need the --extra-experimental-features flag.

Credits

Huge thanks to lovesegfault's nix-config which this repo is mostly a copy of.

About

My host configurations using Nix

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published