chore: rename laptop -> sakura (3) // add TODO notes

This commit is contained in:
Ahwx 2024-06-21 12:34:14 +02:00
parent 8f27e6e681
commit 1af6614c3d

View file

@ -42,7 +42,7 @@
- [flake.nix](flake.nix) base of the configuration - [flake.nix](flake.nix) base of the configuration
- [hosts](hosts) 🌳 per-host configurations that contain machine specific configurations - [hosts](hosts) 🌳 per-host configurations that contain machine specific configurations
- [desktop](hosts/desktop/) 🖥️ Desktop specific configuration - [desktop](hosts/desktop/) 🖥️ Desktop specific configuration
- [laptop](hosts/laptop/) 💻 Laptop specific configuration - [sakura](hosts/sakura/) 💻 Laptop (sakura) specific configuration
- [modules](modules) 🍱 modularized NixOS configurations - [modules](modules) 🍱 modularized NixOS configurations
- [core](modules/core/) ⚙️ Core NixOS configuration - [core](modules/core/) ⚙️ Core NixOS configuration
- [homes](modules/home/) 🏠 my [Home-Manager](https://github.com/nix-community/home-manager) config - [homes](modules/home/) 🏠 my [Home-Manager](https://github.com/nix-community/home-manager) config
@ -81,7 +81,7 @@
NixOS (expand) NixOS (expand)
</summary> </summary>
> ${host} is either `desktop` or `laptop` > TODO: ${host} is either `desktop` or `laptop`
- ```cdnix``` $\rightarrow$ ```cd ~/nixos-config && codium ~/nixos-config``` - ```cdnix``` $\rightarrow$ ```cd ~/nixos-config && codium ~/nixos-config```
- ```ns``` $\rightarrow$ ```nix-shell --run zsh``` - ```ns``` $\rightarrow$ ```nix-shell --run zsh```