Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 718 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 718 Bytes

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