mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
forgot to un-escape some `
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user