Switch back to one-light theme

This commit is contained in:
Evie Litherland-Smith 2024-12-24 12:21:12 +00:00
parent 2298a9264f
commit 3f270fc62e
2 changed files with 2 additions and 7 deletions

View file

@ -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;

View file

@ -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, ... }:
{ {