Commit fed5718

HPCesia <me@hpcesia.com>
2025-06-09 13:32:17
feat(app): use unstable cherry-studio
1 parent 829368c
Changed files (1)
home
linux
home/linux/gui/misc.nix
@@ -1,12 +1,13 @@
 {
   pkgs,
+  pkgs-unstable,
   lib,
   ...
 }: let
   inherit (lib.lists) concatLists;
 
   # Fix Electron IME bug
-  cherrystudio = pkgs.cherry-studio.override {
+  cherrystudio = pkgs-unstable.cherry-studio.override {
     commandLineArgs = concatLists [
       ["--ozone-platform-hint=auto"]
       ["--enable-wayland-ime"]