mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update niri
This commit is contained in:
parent
b1ce87fbf9
commit
f0ba537f6f
5 changed files with 38 additions and 11 deletions
|
|
@ -2,19 +2,20 @@
|
|||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
# package = pkgs.latest.firefox-nightly-bin;
|
||||
configPath = ".mozilla/firefox";
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.tabs.drawInTitlebar" = true;
|
||||
"browser.tabs.groups.enabled" = true;
|
||||
"browser.tabs.groups.smart.enabled" = true;
|
||||
"svg.context-properties.content.enabled" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
stylix.targets.firefox.enable = true;
|
||||
stylix.targets.firefox.firefoxGnomeTheme.enable = true;
|
||||
stylix.targets.firefox.profileNames = [ "default" ];
|
||||
stylix.targets.firefox = {
|
||||
enable = true;
|
||||
firefoxGnomeTheme.enable = true;
|
||||
profileNames = [ "default" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@ let
|
|||
xray true
|
||||
blur true
|
||||
}
|
||||
popups {
|
||||
opacity 0.75
|
||||
geometry-corner-radius 15
|
||||
background-effect {
|
||||
xray false
|
||||
blur true
|
||||
}
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match is-floating=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue