Skip to content

bfeitknecht/omnix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omnix

This repository defines an opinionated configuration for using Nix everywhere.

Features

Darwin

Linux

  • Headless configuration for VPS with minimal additions to shared base

Installation

This repository is a flake template. The Lix implementation of Nix is used.

curl -sSf -L https://install.lix.systems/lix | sh -s -- install  # install nix
mkdir -p ~/nixos && cd nixos  # make configuration directory
nix flake init -t github:bfeitknecht/omnix  # initialize from template
nix run .#bootstrap  # bootstrap configuration with information about user and machine
nh os switch .  # welcome to heaven

About

Everywhere Nix

Topics

Resources

License

Stars

Watchers

Forks