fix: sddm theme

This commit is contained in:
danny 2025-10-16 21:20:21 +08:00
parent fc9b14e0d2
commit d273765b99
9 changed files with 65 additions and 106 deletions

View file

@ -1,22 +1,27 @@
{
pkgs,
osConfig,
helper,
...
}:
let
inherit (osConfig.systemConf) username;
inherit (helper) capitalize;
zenNebula = pkgs.fetchFromGitHub {
owner = "justadumbprsn";
repo = "zen-nebula";
rev = "main";
sha256 = "sha256-f4J5ob/apKhxERUSvXE8QHMMsKJCQFRoMSo/Pw4LgTg=";
};
profileName = capitalize username;
in
{
programs.zen-browser = {
enable = true;
profiles = {
"Danny Profile" = {
"${profileName} Profile" = {
default = true;
name = "Danny";
name = username;
settings = {
"zen.view.compact.should-enable-at-startup" = true;
"zen.widget.linux.transparency" = true;