formatting

This commit is contained in:
Seaswimmer 2024-12-20 14:07:41 -05:00
parent 069ed992a1
commit a347a55064
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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).