Thanks to visit codestin.com
Credit goes to github.com

Skip to content

henrirosten/dotfiles

Repository files navigation

NixOS Flake

Usage

Clone this repository:

❯ git clone https://github.com/henrirosten/dotfiles.git
❯ cd dotfiles

NixOS

Bootstrap nix shell with flakes and nix-command:

❯ nix-shell

Build the configuration for host hostname:

❯ nixos-rebuild build --flake .#hostname

Install the configuration for host hostname:

❯ sudo nixos-rebuild switch --flake .#hostname

Ubuntu

Install Nix package manager either following the instructions from https://nixos.org/download, or by running the bootstrap script from this repository:

❯ ./bootstrap-ubuntu.sh

Then, start a new shell and install your user configuration:

❯ nix-shell
❯ home-manager switch --flake .#hrosten

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published