More earthworm

This commit is contained in:
Patrick Stevens
2024-02-04 20:15:15 +00:00
parent 6af765d032
commit bea4ca1220
2 changed files with 85 additions and 2 deletions

View File

@@ -4,8 +4,10 @@
dotnet,
...
}: {
home.packages = [nixpkgs.firefox-wayland];
nixpkgs.config.firefox.speechSynthesisSupport = true;
home.packages = [nixpkgs.firefox-wayland nixpkgs.wl-clipboard];
nixpkgs.config.firefox = {
speechSynthesisSupport = true;
};
wayland.windowManager.sway = {
enable = true;