diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 21:11:31 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-08 21:11:31 +0200 |
commit | 5175a6d9f39a558acd40e4c9b2a88942eac4082b (patch) | |
tree | 74d305ba5bfe031f4e081a2132d8d801815b3dba | |
parent | 395bb044222179d459b584d804198eb8fbe0aeda (diff) | |
download | nixos-configuration-5175a6d9f39a558acd40e4c9b2a88942eac4082b.tar.gz nixos-configuration-5175a6d9f39a558acd40e4c9b2a88942eac4082b.tar.bz2 nixos-configuration-5175a6d9f39a558acd40e4c9b2a88942eac4082b.zip |
feat(style): test new stylix theme
-rw-r--r-- | home-manager/stvnliu/stylix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/stvnliu/stylix.nix b/home-manager/stvnliu/stylix.nix index a33a96a..997aade 100644 --- a/home-manager/stvnliu/stylix.nix +++ b/home-manager/stvnliu/stylix.nix @@ -9,7 +9,7 @@ in stylix = { enable = true; autoEnable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/phd.yaml"; image = config.myWallPaperPath; fonts = { sansSerif = { |