fix readme

This commit is contained in:
Ivan Dimitrov 2024-04-11 13:13:49 +03:00
parent 88d8342eca
commit fd8968628c

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/config#laptop sudo nixos-rebuild switch --flake github:ivandimitrov8080/configuration.nix#laptop
``` ```
To build ivand home: To build ivand home:
```bash ```bash
home-manager switch --flake github:ivandimitrov8080/config#ivand home-manager switch --flake github:ivandimitrov8080/configuration.nix#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/config"; url = "github:ivandimitrov8080/configuration.nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = {self, nixpkgs, ivan-mods, ...}:{ outputs = {self, nixpkgs, ivan-mods, ...}:{