1
0
Fork 0
Based on nixpkgs, nix-darwin and home-manager
Find a file
2022-06-29 17:39:17 +02:00
config nvim: Fix telescope vimgrep arguments 2022-06-25 20:27:34 +02:00
patches Update deps 2022-04-14 16:39:13 +02:00
programs Update deps 2022-06-29 17:39:17 +02:00
system Update nix-darwin 2022-04-19 23:43:35 +02:00
.gitignore Use nix-darwin+home-manager 2022-02-03 23:35:52 +01:00
darwin-configuration.nix nix-darwin: Set EDITOR to nvim 2022-06-27 21:38:26 +02:00
flake.lock Update deps 2022-06-29 17:39:17 +02:00
flake.nix Updates and fixes 2022-03-26 22:50:56 +01:00
home.nix Move podman to separate file 2022-06-27 21:38:03 +02:00
overlay-patches.nix Update deps 2022-06-12 23:06:44 +02:00
README.md Add zig-overlay to README 2022-04-01 10:33:28 +02:00

Installation

⚠️ I have switched to a combination of nix-darwin and home-manager. The installation instructions below do not work that setup.

Click to expand!
# 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