1
0
Fork 0
Based on nixpkgs, nix-darwin and home-manager
Find a file
2022-01-09 17:26:36 +01:00
config Move direnvrc to file 2022-01-09 17:23:33 +01:00
programs Fix direnvrc reference 2022-01-09 17:26:36 +01:00
.gitignore Dependency updates 2021-12-15 20:44:18 +01:00
flake.lock Update deps 2022-01-05 22:28:17 +01:00
flake.nix New MBP 2021-12-27 21:24:11 +01:00
home.nix Move direnv to file 2022-01-08 18:03:55 +01:00
README.md Add Overlays to README 2021-12-28 00:51:52 +01:00

Installation

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

sudo echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
sudo echo 'keep-derivations = true' >> /etc/nix/nix.conf
sudo echo 'keep-outputs = true' >> /etc/nix/nix.conf

# home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install

# Configuration
cd ~/.config
git clone git@github.com:nifoc/dotfiles.git nixpkgs
home-manager switch --flake ~/.config/nixpkgs/#$USER

sudo cachix use nix-community

Overlays