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 = { 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;
}; };
} }