Add youtube project

This commit is contained in:
EEva 2021-11-13 21:47:36 +02:00
parent a2faa356ab
commit 1eaae43e46
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ projects =
, projectDirectory = "/tmp"
, projectStartHook = Just $ safeSpawn "steam" ["-pipewire"]
}
, Project { projectName = "youtube"
, projectDirectory = "/tmp"
, projectStartHook = Just $ safeSpawn "firefox" ["-P", "Youtube"]
}
, Project { projectName = "cdc-config"
, projectDirectory = "~/admin/cdc-config"
, projectStartHook = Just $ do safeSpawn "emacsclient" ["-c"]