From fd8968628c4865c5fab814a0280785b9a47e8577 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 11 Apr 2024 13:13:49 +0300 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f1e243..94e9c54 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ To build the base system for my craptop: ```bash -sudo nixos-rebuild switch --flake github:ivandimitrov8080/config#laptop +sudo nixos-rebuild switch --flake github:ivandimitrov8080/configuration.nix#laptop ``` To build ivand home: ```bash -home-manager switch --flake github:ivandimitrov8080/config#ivand +home-manager switch --flake github:ivandimitrov8080/configuration.nix#ivand ``` To reuse modules: @@ -19,7 +19,7 @@ To reuse modules: in your flake.nix: ```nix inputs.ivan-mods = { - url = "github:ivandimitrov8080/config"; + url = "github:ivandimitrov8080/configuration.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; outputs = {self, nixpkgs, ivan-mods, ...}:{