2024-11-15 00:01 : id 155
This commit is contained in:
parent
f536f1a0f9
commit
2d810d3200
@ -101,7 +101,18 @@ in
|
||||
userEmail = "deadvey@nixos";
|
||||
};
|
||||
firefox = {
|
||||
|
||||
enable = true;
|
||||
profiles = {
|
||||
pwwv5bev = {
|
||||
isDefault = true;
|
||||
userChrome = ''
|
||||
.tab-content[selected="true"] {
|
||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||
border-radius: ${CORNER_RADIUS}px;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user