diff options
author | s <lol> | 2025-02-21 17:28:53 +0700 |
---|---|---|
committer | s <lol> | 2025-02-21 17:28:53 +0700 |
commit | c758310626204f21fcddda5334e79d645b2dca2e (patch) | |
tree | 1a68ef41860b79f6566f61065be465f7afa7386a /hosts/local | |
parent | 7758e10d8fe1095ee77643f7248d94ed4235834b (diff) |
m
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/i3.nix | 1 | ||||
-rw-r--r-- | hosts/local/wayland.nix | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index ba84982..210c0d0 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -90,6 +90,7 @@ easyeffects # games! ryujinx + wineWowPackages.staging ]; services.flatpak.enable = true; diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 8f588c8..b56967c 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -120,6 +120,8 @@ # espeak-ng # espeak-ng-data ghostty + wineWowPackages.staging + wineWowPackages.waylandFull ]; services.speechd.enable = true; |