Compare commits
2 Commits
5285c4cfe2
...
62f3b03628
Author | SHA1 | Date |
---|---|---|
|
62f3b03628 | |
|
0f3b3ebf88 |
|
@ -50,7 +50,7 @@ url-eater.inputs.nixpkgs.follows = "nixpkgs"; #optional
|
||||||
```
|
```
|
||||||
3. Import NixOS module
|
3. Import NixOS module
|
||||||
```nix
|
```nix
|
||||||
imports = [ url-eater.nixosModule ];
|
imports = [ url-eater.nixosModules.default ];
|
||||||
```
|
```
|
||||||
4. Configure the module:
|
4. Configure the module:
|
||||||
```nix
|
```nix
|
||||||
|
|
Loading…
Reference in New Issue