Skip to content

uchars/nixos-config

Repository files navigation

Full Install

  1. Install NixOS
  2. Clone this repo
  3. Inside the folder run
    sudo nixos-rebuild switch --flake .#SYSTEM_NAME
  4. Continue with User Install

User Install

User install can be used on any system which can install the nix package manager. I.e.: ubuntu, fedora, etc.

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

    Might have to log out before the next step

  3. nix-shell '<home-manager>' -A install
  4. home-manager switch --flake .