Fix setting theme for work laptop
This commit is contained in:
parent
b1a0cfa584
commit
1c216ac162
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
stylix = {
|
||||
image = lib.mkForce ./wallpapers/science/jet_glass_side_s100_pass_latest.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
};
|
||||
home-manager.users.${username} =
|
||||
{ config, ... }:
|
||||
|
|
Loading…
Reference in a new issue