From 2418736ef0c1dd135fabbd893f0787825988eecd Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 28 Feb 2025 19:01:15 +0100 Subject: [PATCH] Update readme commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d83bf07..bc69530 100644 --- a/README.md +++ b/README.md @@ -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) ```sh -home-manager switch --flake .#noahk@NixOS_Desktop +home-manager switch --flake ".#noahk@NixOS_Desktop" ``` ```sh -sudo nixos-rebuild switch --flake .#NixOS_Desktop +sudo nixos-rebuild switch --flake ".#NixOS_Desktop" ```