diff options
author | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
commit | 6dcb4af2623174c4c52202c7ea064f40a35091ed (patch) | |
tree | 751d6a89a4a2e1d1f300fa00d3bf829413fb965f /hosts/local/wayland.nix | |
parent | 3af8fa41d6299c6b88038911cc091a152f189e12 (diff) |
m
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r-- | hosts/local/wayland.nix | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index b56967c..5c191fe 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -81,16 +81,6 @@ environment.systemPackages = with pkgs; [ intel-media-driver intel-vaapi-driver - obsidian - signal-desktop - tdesktop - gimp - vlc - mpv - celluloid - thunderbird - kmail - firefox pavucontrol # icons polkit_gnome @@ -101,11 +91,6 @@ lxappearance adwaita-qt adwaita-icon-theme - xfce.thunar - libreoffice - qbittorrent - zathura - # libcamera # pipewire seems to want this easyeffects tigervnc @@ -114,14 +99,12 @@ kompare meld # tmp - dosbox # browser TTS # speechd # espeak-ng # espeak-ng-data - ghostty - wineWowPackages.staging wineWowPackages.waylandFull + libcamera # pipewire seems to want this ]; services.speechd.enable = true; |