Go to file
Bo Jeanes 96c6c56ba3
Re-order config so attached comment makes more sense
I don't think the `programs.bash.enable = true` is actually needed here,
because /etc/bashrc _was_ being amended with the correct paths even when
not present. Nonetheless, having them both written explicitly here is a
comfort.
2024-07-17 14:05:22 +10:00
.envrc A decent start... 2024-07-16 20:00:34 +10:00
.gitignore Add direnv integration 2024-07-16 23:51:41 +10:00
README.md A decent start... 2024-07-16 20:00:34 +10:00
flake.lock Switch to upstream; srid/nixos-flake#64 is merged 2024-07-17 10:57:58 +10:00
flake.nix Re-order config so attached comment makes more sense 2024-07-17 14:05:22 +10:00

README.md

Bo's Dot Files

Install

  • Install Nix, using determinate systems' installer:

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

    nix run --extra-experimental-features "nix-command flakes"