add rtsne

This commit is contained in:
EdenQwQ 2025-12-15 17:58:41 +08:00
parent c7fdb01c4b
commit 34a6501c6b
3 changed files with 34 additions and 37 deletions

View file

@ -37,14 +37,8 @@
''
run ${pkgs.niri-unstable}/bin/niri msg action do-screen-transition
'';
reload-swhkd =
lib.hm.dag.entryAfter [ "niri-transition" ]
# bash
''
run --quiet ${pkgs.procps}/bin/pkill -HUP swhkd
'';
reload-shell =
lib.hm.dag.entryAfter [ "reload-swhkd" ]
lib.hm.dag.entryAfter [ "niri-transition" ]
# bash
''
# only run stop if the service is active

View file

@ -35,6 +35,9 @@ let
bain
patchwork
factoextra
umap
concaveman
Rtsne
(buildRPackage {
name = "cmdstanr";
src = pkgs.fetchFromGitHub {