Skip to content

insdami/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Manager & Flakes

Modules

Installation MacOS

  1. Install nix
  2. Enable Flakes
  3. Install Home Manager via Flakes by the standalone installation

Known issues

As of today, the latest nix version(2.14.0) has some issues and the workaround is to downgrade to the previous version.

sh <(curl -L https://releases.nixos.org/nix/nix-2.13.3/install)

Uninstall

Follow the steps from the guide and there is also a handy uninstall script for multi-user installations.

Re-install

sh <(curl -L https://raw.githubusercontent.com/jacix/nixbits/main/nix-uninstall.sh)
sh <(curl -L https://releases.nixos.org/nix/nix-2.13.3/install)
nix run home-manager/release-23.11 -- init --switch
home-manager switch --flake .#<profile> # home-manager switch --flake .#dalbrunm-mac

About

Nix standalone config files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published