nixos: gen 166 @ nix-pad — 2026-07-30 22:24

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-30 22:24:34 -06:00
parent 451982c739
commit 75fcc91ecf
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ in
settings = { settings = {
# Autostart DMS if you prefer launching it directly from Niri instead of systemd # Autostart DMS if you prefer launching it directly from Niri instead of systemd
spawn-at-startup = [ spawn-at-startup = [
{ command = [ "${pkgs.dms}/bin/dms" "run" ]; } { command = [ "dms" "run" ]; }
{ command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon { command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon
{ command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; } { command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; }
]; ];
-1
View File
@@ -38,7 +38,6 @@
steam steam
spotify spotify
vlc vlc
wvkbd
yt-dlp yt-dlp
(pkgs.writeShellScriptBin "find-open-port" '' (pkgs.writeShellScriptBin "find-open-port" ''
+1
View File
@@ -35,6 +35,7 @@
v4l-utils v4l-utils
vim vim
wget wget
wvkbd
xclip xclip
xournalpp xournalpp