1
0
Fork 0
Based on nixpkgs, nix-darwin and home-manager
Find a file
2022-01-23 23:22:03 +01:00
config nvim: Add selene for Lua diagnostics 2022-01-23 23:22:03 +01:00
programs nvim: Add selene for Lua diagnostics 2022-01-23 23:22:03 +01:00
.gitignore Dependency updates 2021-12-15 20:44:18 +01:00
flake.lock Update deps 2022-01-23 23:21:49 +01:00
flake.nix New MBP 2021-12-27 21:24:11 +01:00
home.nix Add gvproxy 2022-01-23 00:13:57 +01:00
README.md Expand install instructions 2022-01-10 12:28:59 +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
sudo echo 'auto-optimise-store = 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