Fix the steam command thing maybe

This commit is contained in:
Lillian Violet 2024-03-21 14:33:31 +01:00
parent beefb2fb6c
commit 9b7505fdc5
2 changed files with 4 additions and 5 deletions

View file

@ -19,10 +19,8 @@
'';
systemd.services."external-drive-mount@" = {
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount];
path = with pkgs; [jq coreutils udisks bash util-linux toybox auto-mount steam];
enable = true;
scriptArgs = "%i";
serviceConfig = {
ExecStart = "${pkgs.auto-mount}/bin/auto-mount add %i";
ExecStop = "${pkgs.auto-mount}/bin/auto-mount remove %i";