Skip to content

eikster-dk/nixcfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is my dotfile playground for learning nix as my reproducable setup for handling dotfiles on a macOS system

this will be a translation of my dotfiles.fish setup

this repository will be updated & improved upon as I learn the nix language and ways of working

Installation

nixOS:

Taken directly from nxiOS.org:

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

Homebrew:

read more: https://brew.sh/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Home manager

read more: https://nix-community.github.io/home-manager/index.xhtml#sec-install-standalone

nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
nix-channel --update

nix-shell '<home-manager>' -A install

flake support

add the following to ~/.config/nix/nix.config

experimental-features = nix-command flakes