mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53: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 = {
|
||||
enable = true;
|
||||
theme = "Tokyo Night";
|
||||
|
@ -29,5 +29,6 @@
|
|||
"privacy.clearOnShutdown.cookies" = false;
|
||||
"network.cookie.lifetimePolicy" = 0;
|
||||
};
|
||||
package = pkgs.librewolf-wayland;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue