tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
firefox: apply zen settings to zen
wiro.world
2 months ago
a3a0f41d
88638a5f
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+3
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
firefox.nix
+3
home-manager/fragments/firefox.nix
···
119
119
"zen.workspaces.continue-where-left-off" = true;
120
120
"zen.view.compact.enable-at-startup" = true;
121
121
"zen.view.window.scheme" = 2; # 0 dark theme, 1 light theme, 2 auto
122
122
+
123
123
+
# Remove borders around windows
124
124
+
"zen.theme.content-element-separation" = 0;
122
125
};
123
126
124
127
inherit userContent;