diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:29:23 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-22 20:29:23 -0400 |
commit | 25c2516702a7a0cf061b827519164438d8c7cfa2 (patch) | |
tree | 4ae22260ab5b3c0e42563b34307fec56bcdbf139 /options.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.tar.gz dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.tar.bz2 dotfiles-nix-25c2516702a7a0cf061b827519164438d8c7cfa2.zip |
use NIXOS_OZONE_WL instead of manually setting ozone flags
Diffstat (limited to 'options.nix')
-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"; |