From d4db43bc8cb4a724d7b6ae0074482129237e666a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 27 Nov 2023 10:17:43 +0300 Subject: [PATCH] Fix readme theme name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";