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: remove zen borders around windows
wiro.world
2 months ago
9de3afa2
a3a0f41d
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
0/1
nix.yml
running
2mo ago
+15
-15
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
firefox.nix
+15
-15
home-manager/fragments/firefox.nix
···
1
1
{ self
2
2
, config
3
3
, lib
4
4
-
, pkgs
5
4
, ...
6
5
}:
7
6
···
97
96
profiles.default = {
98
97
isDefault = true;
99
98
100
100
-
inherit
101
101
-
settings
102
102
-
userContent;
103
103
-
};
104
104
-
};
105
105
-
106
106
-
programs.firefox = {
107
107
-
enable = true;
108
108
-
109
109
-
inherit policies;
110
110
-
111
111
-
profiles.default = {
112
112
-
isDefault = true;
113
113
-
114
99
settings = settings // {
115
100
"zen.view.experimental-no-window-controls" = true;
116
101
"zen.view.show-newtab-button-top" = false;
···
125
110
};
126
111
127
112
inherit userContent;
113
113
+
};
114
114
+
};
115
115
+
116
116
+
programs.firefox = {
117
117
+
enable = true;
118
118
+
119
119
+
inherit policies;
120
120
+
121
121
+
profiles.default = {
122
122
+
isDefault = true;
123
123
+
124
124
+
inherit
125
125
+
settings
126
126
+
userContent
127
127
+
;
128
128
129
129
# <https://www.userchrome.org/how-create-userchrome-css.html>
130
130
userChrome = ''