forgot to un-escape some `

This commit is contained in:
Tomas Rivera
2026-03-28 12:52:50 +01:00
parent 2dfc913e11
commit 75055228c8
+4 -4
View File
@@ -11,13 +11,13 @@ Before applying this configuration on another system, make sure to:
Requirements: `git` installed. Then run: Requirements: `git` installed. Then run:
\`\`\`bash ```bash
cd cd
git clone https://github.com/Totorile1/nixos.git git clone https://github.com/Totorile1/nixos.git
cd nixos cd nixos
sudo cp /etc/nixos/hardware-configuration.nix ./hosts/laptop/hardware-configuration sudo cp /etc/nixos/hardware-configuration.nix ./hosts/laptop/hardware-configuration
sudo nixos-rebuild switch --flake ~/nixos/#laptop sudo nixos-rebuild switch --flake ~/nixos/#laptop
\`\`\` ```
### Things That Don't Work Reliably and need manual setup ### Things That Don't Work Reliably and need manual setup
@@ -29,7 +29,7 @@ sudo nixos-rebuild switch --flake ~/nixos/#laptop
## Configuration Structure ## Configuration Structure
\`\`\`text ```text
nixos/ nixos/
├── assets/ # Images, icons, wallpapers, sounds ├── assets/ # Images, icons, wallpapers, sounds
├── hosts/laptop/ # Host-specific NixOS config ├── hosts/laptop/ # Host-specific NixOS config
@@ -43,7 +43,7 @@ nixos/
├── flake.nix ├── flake.nix
├── flake.lock ├── flake.lock
└── README.md └── README.md
\`\`\` ```
> The `quickshell` configuration is written in **QML** (`other/quickshell`) and is automatically copied to `~/.config/quickshell` on deployment. > The `quickshell` configuration is written in **QML** (`other/quickshell`) and is automatically copied to `~/.config/quickshell` on deployment.