Go to file
Bo Jeanes 37f1b86923
Add Jabberwocky as an alias to Bandersnatch for now
Jabberwocky is a different machine and they ideally should have their
own configs with shared modules, but for the time being it's fine for
them to be resolved to the exact same derivation.
2024-07-23 12:54:31 +10:00
.vscode Set up Nix LSP and auto-formatting in VSCode 2024-07-19 16:03:01 +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 Set up Nix LSP and auto-formatting in VSCode 2024-07-19 16:03:01 +10:00
flake.nix Add Jabberwocky as an alias to Bandersnatch for now 2024-07-23 12:54:31 +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"