mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
add rtsne
This commit is contained in:
parent
c7fdb01c4b
commit
34a6501c6b
3 changed files with 34 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@ let
|
|||
bain
|
||||
patchwork
|
||||
factoextra
|
||||
umap
|
||||
concaveman
|
||||
Rtsne
|
||||
(buildRPackage {
|
||||
name = "cmdstanr";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue