From 1af6614c3d757129724a046efc2675f1b90b2eee Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 12:34:14 +0200 Subject: [PATCH] chore: rename `laptop` -> `sakura` (3) // add TODO notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af98ddf..018ff5f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ - [flake.nix](flake.nix) base of the configuration - [hosts](hosts) 🌳 per-host configurations that contain machine specific configurations - [desktop](hosts/desktop/) 🖥️ Desktop specific configuration - - [laptop](hosts/laptop/) 💻 Laptop specific configuration + - [sakura](hosts/sakura/) 💻 Laptop (sakura) specific configuration - [modules](modules) 🍱 modularized NixOS configurations - [core](modules/core/) ⚙️ Core NixOS configuration - [homes](modules/home/) 🏠 my [Home-Manager](https://github.com/nix-community/home-manager) config @@ -81,7 +81,7 @@ NixOS (expand) -> ${host} is either `desktop` or `laptop` +> TODO: ${host} is either `desktop` or `laptop` - ```cdnix``` $\rightarrow$ ```cd ~/nixos-config && codium ~/nixos-config``` - ```ns``` $\rightarrow$ ```nix-shell --run zsh```