diff --git a/README.md b/README.md index 684f809..0d43ffe 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ Here is a minimal usage example: }; outputs = { nixpkgs, themes, ... }: let - theme = themes.gruvbox-dark-hard; + theme = themes.tango; in { nixosConfigurations.myhost = nixpkgs.lib.nixosSystem { system = "x86_64-linux";