Skip to content

koralle/dotfiles

Repository files navigation

koralle's dotfiles

Prerequisites

Install Nix with Nix Flakes

Please install Nix with Nix Flakes with nix-installer.

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Usage

For the first time, since home-manager is not installed, build via the nix run command:

nix run home-manager/master -- switch --flake .#koralle

From the second time onwards, since home-manager is installed, the command becomes slightly simplified:

home-manager switch --flake .#koralle

I have further simplified this using just and justfile.

just switch

or

just s

Releases

No releases published

Packages

No packages published