Skip to content

Commit

Permalink
readme: simplify intro
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 8, 2024
1 parent b127175 commit 06648e0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

# nixos-unified-template

A multi-platform Nix configuration template optimized as development environment (includes direnv, neovim with LSP[^neovim] and such), based on [nixos-unified]. See [`./modules`](modules/) to see what's available.
A multi-platform Nix configuration template optimized as development environment (includes direnv, neovim with LSP[^neovim] and such), based on [nixos-unified]. See [`./modules`](modules/) to see what's available. We support [home-manager] (see `./modules/home`), [nix-darwin] (see `./modules/darwin`) and [NixOS] (see `./modules/nixos`).

| Platform | Supported By |
|-------------|-------------------------------------------|
| macOS |[home-manager] and/or ✅ [nix-darwin] |
| NixOS |[home-manager] and ✅ [NixOS] |
| Other Linux |[home-manager] only |

[^neovim]: Wanna try before you buy?
```
Expand All @@ -24,15 +30,7 @@ A multi-platform Nix configuration template optimized as development environment
[NixOS]: https://nixos.asia/en/nixos-tutorial
[nixos-unified]: https://nixos-unified.org

## Status

We currently support [home-manager] (see `./modules/home`), [nix-darwin] (see `./modules/darwin`) and [NixOS] (see `./modules/nixos`).

| Platform | Supported By |
|-------------|-------------------------------------------|
| macOS |[home-manager] and/or ✅ [nix-darwin] |
| NixOS |[home-manager] and ✅ [NixOS] |
| Other Linux |[home-manager] only |

## Getting Started

Expand Down

0 comments on commit 06648e0

Please sign in to comment.