mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
fix: librewolf-wayland
This commit is contained in:
parent
2353431515
commit
e5a4f927a3
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "Tokyo Night";
|
theme = "Tokyo Night";
|
||||||
|
@ -29,5 +29,6 @@
|
||||||
"privacy.clearOnShutdown.cookies" = false;
|
"privacy.clearOnShutdown.cookies" = false;
|
||||||
"network.cookie.lifetimePolicy" = 0;
|
"network.cookie.lifetimePolicy" = 0;
|
||||||
};
|
};
|
||||||
|
package = pkgs.librewolf-wayland;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue