diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-06-19 13:51:20 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-06-19 13:51:20 +0300 |
commit | 9eb603b80a3d823acfc20c42f777ea26436ca137 (patch) | |
tree | a3038492f6525cf7672bb1fddb3293db0223967e /modules/common/stylix.nix | |
parent | 2024-06-05 (diff) |
2024-06-19
Diffstat (limited to '')
-rw-r--r-- | modules/common/stylix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/common/stylix.nix b/modules/common/stylix.nix index 314aa4c..c7409b5 100644 --- a/modules/common/stylix.nix +++ b/modules/common/stylix.nix @@ -37,11 +37,12 @@ with lib; # [1]: https://github.com/tinted-theming/base24/blob/master/styling.md config = { stylix = { + enable = this.isHeadful; autoEnable = this.isHeadful; image = pkgs.fetchurl { url = "https://upload.wikimedia.org/wikipedia/commons/a/a5/Bonaparte_ante_la_Esfinge%2C_por_Jean-Léon_Gérôme.jpg"; - sha256 = "sha256-qWv52oT8cF9K4ZoeawmR3jgoGB2ARfjbKKc12IljUcM="; + hash = "sha256-qWv52oT8cF9K4ZoeawmR3jgoGB2ARfjbKKc12IljUcM="; }; base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml"; |