fix: sddm theme
This commit is contained in:
parent
fc9b14e0d2
commit
d273765b99
9 changed files with 65 additions and 106 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue