Switch back to one-light theme
This commit is contained in:
parent
2298a9264f
commit
3f270fc62e
|
@ -202,8 +202,8 @@
|
|||
console.useXkbConfig = true;
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ./wallpapers/space.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||
image = ./wallpapers/default.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
opacity = {
|
||||
applications = 0.9;
|
||||
desktop = 0.7;
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
stylix = {
|
||||
image = lib.mkForce ./wallpapers/science/jet_glass_side_s100_pass_latest.png;
|
||||
base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
};
|
||||
home-manager.users.${username} =
|
||||
{ config, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue