1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-27 16:37:46 +00:00

Fix readme theme name

This commit is contained in:
RGBCube 2023-11-27 10:17:43 +03:00
parent 75f65de938
commit d4db43bc8c
No known key found for this signature in database

View file

@ -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";