Skip to content
/ dotfiles Public

Personal NixOS system + home manager configurations

Notifications You must be signed in to change notification settings

cte/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

... TODO ...

Resources

Documentation

Videos