fix: librewolf-wayland

This commit is contained in:
Youwen Wu 2024-08-20 15:54:42 -07:00
parent 2353431515
commit e5a4f927a3
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
programs.kitty = {
enable = true;
theme = "Tokyo Night";
@ -29,5 +29,6 @@
"privacy.clearOnShutdown.cookies" = false;
"network.cookie.lifetimePolicy" = 0;
};
package = pkgs.librewolf-wayland;
};
}