Skip to content

Use Nix to declaratively manage and configure all of my systems everywhere all at once

Notifications You must be signed in to change notification settings

EnzimeEnterprises/dotfiles-nix

 
 

Repository files navigation

I use Nix to declaratively manage and configure all of my systems everywhere all at once

Getting started

Due to subflakes being broken in Nix, before you can use this repo you'll need to run:

$ nix-shell --pure -I nixpkgs=flake:nixpkgs -p '(import ./shell.nix { }).packages.${builtins.currentSystem}.add-subflakes-to-store' --command add-subflakes-to-store

You can then run a NixOS VM on Linux with:

$ nix run .#phi-nixos-vm

All the possible hostnames are gaia, phi-nixos and sigma

See also

About

Use Nix to declaratively manage and configure all of my systems everywhere all at once

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 92.9%
  • Shell 4.9%
  • Vim Script 1.6%
  • Python 0.6%