1
0
Fork 0
Based on nixpkgs, nix-darwin and home-manager
Find a file
2022-03-19 22:54:35 +01:00
config Use 1PW as the SSH agent 2022-03-17 10:33:21 +01:00
programs Update deps 2022-03-19 22:54:35 +01:00
system Add some fonts 2022-02-15 10:37:12 +01:00
.gitignore Use nix-darwin+home-manager 2022-02-03 23:35:52 +01:00
darwin-configuration.nix Update some programs 2022-03-02 23:31:45 +01:00
flake.lock Update deps 2022-03-19 22:54:35 +01:00
flake.nix nvim: Update and reorganize some plugins 2022-03-02 23:31:21 +01:00
home.nix Remove gvproxy 2022-03-12 20:46:35 +01:00
README.md Fix README 2022-02-03 23:44:00 +01: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