Skip to content

A collection of scripts and configuration files for my NixOS machine(s).

License

Notifications You must be signed in to change notification settings

eklimbie/PurpleNix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PurpleNix

A collection of scripts and configuration files for my NixOS machine(s). Currently in the process of moving to Flakes. The repo is a mess and a lot of hacks are used 😅.

Flake Cheat Sheet

# Shows you all outputs the flake provides
nix flake show

# Shows you some basic data about your flake and all inputs it uses 
nix flake metadata

# Updates all inputs in your flake
nix flake update

# Build NixOS based on your flake, but does not enable it, nor does it add it to the boot menu
nixos-rebuild build --flake .#

# Build NixOS based on your flake and enables it, but doesn't add it to the boot menu
nixos-rebuild test --flake .#

# Build NixOS based on your flake, enables it, and adds it to the boot menu
nixos-rebuild switch --flake .#

Further documentation

About

A collection of scripts and configuration files for my NixOS machine(s).

Topics

Resources

License

Stars

Watchers

Forks