update flakes

This commit is contained in:
EdenQwQ 2026-07-15 15:39:49 +08:00
parent c0c76980c3
commit 7d65fa454c
8 changed files with 25 additions and 19 deletions

View file

@ -70,6 +70,10 @@ let
report
showtext
rPackages.ranger
Rfast
ropenblas
RANN
ggh4x
(buildRPackage {
name = "eegUtils";
src = fetchFromGitHub {

View file

@ -17,7 +17,7 @@
waybar = "pkill -USR1 .waybar-wrapped";
dms = "dms ipc call bar toggle";
caelestia = "echo pass";
noctalia-shell = "noctalia msg bar-toggle";
noctalia = "noctalia msg bar-toggle";
}
.${config.desktopShell};
}

View file

@ -7,5 +7,5 @@
./wallpaper.nix
./colorscheme.nix
];
desktopShell = "noctalia-shell";
desktopShell = "noctalia";
}