From a347a550649b30f251898f6bf465cbe75ad1da1e Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 20 Dec 2024 14:07:41 -0500 Subject: [PATCH] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 830ef9e..76d3b64 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Hi there! This repository contains my NixOS flake. This is mainly meant as a uti ## Notes -- This configuration offers [`xonsh`](https://xon.sh) as the default shell. You can change this in `nixos/shell.nix`. This also includes a [`starship`](https://starship.rs) prompt. -- Currently, `shell.nix` contains a bandaid fix to make the starship prompt load properly. This will become unnecessary when [`github:NixOS/nixpkgs#359614`](https://github.com/NixOS/nixpkgs/pull/359614) is merged. +- This configuration offers [`xonsh`](https://xon.sh) as the default shell. You can change this in [`shell.nix`](https://www.coastalcommits.com/cswimr/flake/src/branch/master/nixos/shell.nix). This also includes a [`starship`](https://starship.rs) prompt. +- Currently, [`shell.nix`](https://www.coastalcommits.com/cswimr/flake/src/branch/master/nixos/shell.nix) contains a bandaid fix to make the `starship` prompt load properly. This will become unnecessary when [`github:NixOS/nixpkgs#359614`](https://github.com/NixOS/nixpkgs/pull/359614) is merged. - The Tailscale configuration requires you to create a file at `/run/secrets/tailscale` with your Tailscale registration key. This is only required on first-time setup, and the file will automatically be removed after the next system restart. - This repository manages secrets using [`sops-nix`](https://github.com/Mic92/sops-nix).