您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
|
- ---
-
- - import_tasks: clean.yaml
-
- - import_tasks: structure.yaml
- - import_tasks: ssh.yaml
- - import_tasks: vnc.yaml
- - import_tasks: tmux.yaml
- - import_tasks: pulseaudio.yaml
- - import_tasks: git.yaml
-
- - import_tasks: kanboard.yaml
-
- - import_tasks: points.yaml
-
- - block:
- - import_tasks: i3.yaml
- - import_tasks: workspaces.yaml
- - import_tasks: background.yaml
- - import_tasks: rofi.yaml
- - import_tasks: x11.yaml
- - import_tasks: vdesk.yaml
- when: home_desktop
-
- - name: flush handlers
- meta: flush_handlers
-
- - name: enable and start vdesk user service
- systemd:
- name: vdesk@:16.service
- state: started
- enabled: true
- scope: user
- when: home_vdesk_started_and_enabled
|