diff options
Diffstat (limited to '')
-rw-r--r-- | options.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options.nix b/options.nix index 8202466..e598ced 100644 --- a/options.nix +++ b/options.nix @@ -30,8 +30,8 @@ autoRun = [ "wl-clip-persist -c both" "thunderbird" - "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" - "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + "discord" + "element-desktop" ]; stateVersion = "25.11"; |