nixos: gen 166 @ nix-pad — 2026-07-30 22:24
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -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" ]; }
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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" ''
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
v4l-utils
|
v4l-utils
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
wvkbd
|
||||||
xclip
|
xclip
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user