mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 22:05:06 +02:00
feat: update README
This commit is contained in:
@@ -85,12 +85,15 @@ For NixOS, use the following commands:
|
|||||||
```bash
|
```bash
|
||||||
# deploy one of the configuration based on the hostname
|
# deploy one of the configuration based on the hostname
|
||||||
sudo nixos-rebuild switch --flake .#ai_i3
|
sudo nixos-rebuild switch --flake .#ai_i3
|
||||||
|
# sudo nixos-rebuild switch --flake .#ai_hyprland
|
||||||
|
|
||||||
# we can also deploy using `make`, which is defined in Makefile
|
# we can also deploy using `make`, which is defined in Makefile
|
||||||
make i3
|
make i3 # deploy my pc with i3 window manager
|
||||||
|
# make hypr # deploy my pc with hyprland compositor
|
||||||
|
|
||||||
# or we can deploy with details
|
# or we can deploy with details
|
||||||
make i3-debug
|
make i3-debug
|
||||||
|
# make hypr-debug
|
||||||
```
|
```
|
||||||
|
|
||||||
For MacOS, use the following commands:
|
For MacOS, use the following commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user