Compare commits

..

2 Commits

Author SHA1 Message Date
Agatha Lovelace 62f3b03628
Release 0.2.0 2024-01-08 21:49:20 +01:00
Agatha Lovelace 0f3b3ebf88
Update CI; Clean up flake.nix 2024-01-08 21:49:14 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ url-eater.inputs.nixpkgs.follows = "nixpkgs"; #optional
```
3. Import NixOS module
```nix
imports = [ url-eater.nixosModule ];
imports = [ url-eater.nixosModules.default ];
```
4. Configure the module:
```nix