editing readme for new name

This commit is contained in:
Ivan Dimitrov 2023-12-16 16:15:26 +02:00
parent ebdca7ef46
commit 7ba0cb534d

View File

@ -5,13 +5,13 @@
To build the base system for my craptop: To build the base system for my craptop:
```bash ```bash
sudo nixos-rebuild switch --flake github:ivandimitrov8080/nix-config#laptop sudo nixos-rebuild switch --flake github:ivandimitrov8080/config#laptop
``` ```
To build ivand home: To build ivand home:
```bash ```bash
home-manager switch --flake github:ivandimitrov8080/nix-config#ivand home-manager switch --flake github:ivandimitrov8080/config#ivand
``` ```
To reuse modules: To reuse modules:
@ -19,7 +19,7 @@ To reuse modules:
in your flake.nix: in your flake.nix:
```nix ```nix
inputs.ivan-mods = { inputs.ivan-mods = {
url = "github:ivandimitrov8080/nix-config"; url = "github:ivandimitrov8080/config";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = {self, nixpkgs, ivan-mods, ...}:{ outputs = {self, nixpkgs, ivan-mods, ...}:{