diff options
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/gui.nix | 1 | ||||
-rw-r--r-- | hosts/local/wayland.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index 922c55b..e59d3f1 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -52,5 +52,6 @@ siyuan inputs.zen-browser.packages.${pkgs.system}.default qimgv + # inputs.quickshell.packages.${pkgs.system}.default ]; } diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 8de0450..c33bf23 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -105,6 +105,7 @@ # espeak-ng-data wineWowPackages.waylandFull libcamera # pipewire seems to want this + tracy # cool system watcher ]; services.speechd.enable = true; |