Home
Softono
dotfiles-nix

dotfiles-nix

Open source Nix
53
Stars
2
Forks
0
Issues
1
Watchers
1 week
Last Commit

About dotfiles-nix

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

Platforms

Web Self-hosted

Languages

Nix

Links

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