diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-21 22:23:48 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-21 22:23:48 -0400 |
commit | 6d39199b42f15644143598a7be0c7a6079878dd6 (patch) | |
tree | 212d46347fc41884f9f6127c4fa36cd2cdebc40e | |
parent | add nautilus (diff) | |
download | dotfiles-nix-6d39199b42f15644143598a7be0c7a6079878dd6.tar.gz dotfiles-nix-6d39199b42f15644143598a7be0c7a6079878dd6.tar.bz2 dotfiles-nix-6d39199b42f15644143598a7be0c7a6079878dd6.zip |
run wl-clip-persist
-rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 0d9d150..b11e14b 100644 --- a/options.nix +++ b/options.nix @@ -29,6 +29,7 @@ # programs to auto run in gui autoRun = [ "astal-shell" + "wl-clip-persist -c both" "thunderbird" "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" |