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