mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 00:47:44 +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
|
outputs = { nixpkgs, themes, ... }: let
|
||||||
theme = themes.gruvbox-dark-hard;
|
theme = themes.tango;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue