diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 68e11de..95abe42 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -62,6 +62,7 @@ ${pkgs.solaar}/bin/solaar -w hide ''; }; + Install = { WantedBy = [ "graphical-session.target" ]; }; }; # Startup noisetorch on our USB mic noisetorch-startup = { @@ -70,11 +71,12 @@ After = [ "graphical-session.target" ]; }; Service = { - Type = "Noisetorch"; + Type = "oneshot"; ExecStart = '' /run/wrappers/bin/noisetorch -i alsa_input.usb-18072020_JLAB_TALK_GO_MICROPHONE-00.analog-stereo ''; }; + Install = { WantedBy = [ "graphical-session.target" ]; }; }; };