Skip to content

cte/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Configuration

Getting Started

NixOS / Linux:

Clone repo and add hardware configuration:

nix-shell -p git
git clone https://github.com/cte/dotfiles.git
cd dotfiles
cp /etc/nixos/hardware-configuration.nix ./hosts/dusk
git add .
exit

Rebuild:

sudo nixos-rebuild switch --flake ~/dotfiles#dusk

Install config:

~/dotfiles/hosts/dusk/config.sh

Reboot if necessary.

Nix / Darwin

See hosts/[host]/flake.nix.

Resources

Documentation

Videos

About

Personal NixOS system + home manager configurations

Resources

Stars

Watchers

Forks