Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 495 Bytes

nix-config

Nix Conofiguration

Update Flake

''' bash nix flake update --commit-lock-file '''

Usage

  • Run sudo nixos-rebuild switch --flake .#hostname to apply your system configuration.
    • If you're still on a live installation medium, run nixos-install --flake .#hostname instead, and reboot.
  • Run home-manager switch --flake .#username@hostname to apply your home configuration.
    • If you don't have home-manager installed, try nix shell nixpkgs#home-manager.