Skip to content

A Universal .dotfiles Configuration with Nix Flakes - over-engineered by Alex Spaulding.

Notifications You must be signed in to change notification settings

aspauldingcode/.dotfiles

Repository files navigation

.dotfiles

A Universal .dotfiles Configuration with Nix Flakes - over-engineered by Alex Spaulding.

Getting Started

This repo contains my nixified .dotfiles, which additionally defines the operating system environment for NixOS and Darwin. Note: this repo was not designed to be installed for other interested users.

FRESH INSTALL

Please read the Notes for info on what to do for a fresh install.

NIX Installer

  • If you just set up a new mac, you should install Nix using the Determinite Nix Installer which automatically enables Nix Flakes for us.
  • If you just set up NixOS, you already have Nix, NixOS configuration.nix, and you'll need to enable flakes and home-manager.
  • If you are already using a different Linux Distro, you can install Nix, and the system setup will be different. You'll need to enable the nix daemon, and configure linux to support nix.

Flakes

Since we are using a Flake-based .dotfiles config...

Ensure that you have enabled Flakes:

nix-env --version  # Ensure that you have Nix 2.4 or newer
nix --experimental-features 'nix-command flakes'  # Enable flakes

Extra

The install can be configured through the flake.nix. Home-Manager Configuration is done per-user under Users/{user}/home.nix If you're lost, please read the Notes to follow setup.

I'm being productive, I swear!

macOS-NIXY

About

A Universal .dotfiles Configuration with Nix Flakes - over-engineered by Alex Spaulding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published