diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
commit | 1cb78494f3022fe9d808d070507bddf552c64753 (patch) | |
tree | 5c827daee442e211941bed7cc89decc95f8efbd7 /chromium/qvm-app.sls |
Initial commit, new repo
Diffstat (limited to 'chromium/qvm-app.sls')
-rw-r--r-- | chromium/qvm-app.sls | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/qvm-app.sls b/chromium/qvm-app.sls new file mode 100644 index 0000000..2e415df --- /dev/null +++ b/chromium/qvm-app.sls @@ -0,0 +1,14 @@ +chromium--create-youtube-qube: + qvm.vm: + - name: web-yt + - present: + - template: tmpl-chromium + - label: blue + - prefs: + - label: blue + - netvm: sys-mullvad + - features: + - set: + - menu-items: chromium.desktop xfce4-terminal.desktop thunar.desktop + - require: + - qvm: chromium--create-template |