Update readme commands

This commit is contained in:
2025-02-28 19:01:15 +01:00
parent 6b0dd1a8ef
commit 2418736ef0

View File

@@ -5,9 +5,9 @@ This repo contains all the tools to correctly setup all the needed tools on a ma
[home-manager manual](https://nix-community.github.io/home-manager/index.xhtml) [home-manager manual](https://nix-community.github.io/home-manager/index.xhtml)
```sh ```sh
home-manager switch --flake .#noahk@NixOS_Desktop home-manager switch --flake ".#noahk@NixOS_Desktop"
``` ```
```sh ```sh
sudo nixos-rebuild switch --flake .#NixOS_Desktop sudo nixos-rebuild switch --flake ".#NixOS_Desktop"
``` ```