formatting
This commit is contained in:
parent
069ed992a1
commit
a347a55064
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue