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:
parent
75f65de938
commit
d4db43bc8c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue