GitXplorerGitXplorer
m

minidot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d19feb05f92486680c06809b89fce2ed7da214e9

fix readme

mmrene committed 2 years ago
Unverified
41823c32b9e93fcfb167a494c8af74eab2778758

fix readme

mmrene committed 2 years ago
Unverified
0c084939c49f9f86a524f6dbe011c7679b9a4572

fix readme

mmrene committed 2 years ago
Unverified
5a857619f10e7c33c93aae0d77460f6d8a4f843f

fix readme

mmrene committed 2 years ago
Unverified
9ddfbd72d99c7962ff3d17856289c941444db211

install hm through home.nix

mmrene committed 2 years ago
Unverified
3e28c55cd4bb837e0b68f42aee3ce87c09530d1c

up

mmrene committed 2 years ago

README

The README file for this repository.

Getting started

  1. Install nix
  2. Enable flakes: mkdir -p ~/.config/nix/ && echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf
  3. Edit home.nix to reflect your username (and flake.nix since it'll look for it there)
  4. Build derivation: nix build .#homeConfigurations.jdoe.activationPackage (generates a result symlink to the built package) then activate it (./result/activate) - Or, you could use home-manager through nix run: nix run home-manager -- switch --flake . - they are equivalent