Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

58 rindas
1.2KB

  1. ---
  2. - import_tasks: clean.yaml
  3. - import_tasks: structure.yaml
  4. - import_tasks: path.yaml
  5. - import_tasks: ssh.yaml
  6. - import_tasks: tmux.yaml
  7. - import_tasks: pulseaudio.yaml
  8. - import_tasks: git.yaml
  9. - import_tasks: timer.yaml
  10. tags:
  11. - timer
  12. - import_tasks: todo.yaml
  13. tags:
  14. - todo
  15. - block:
  16. - import_tasks: i3.yaml
  17. tags:
  18. - i3
  19. - import_tasks: lockscreen.yaml
  20. tags:
  21. - lockscreen
  22. - import_tasks: workspaces.yaml
  23. - import_tasks: icons.yaml
  24. - import_tasks: background.yaml
  25. - import_tasks: xfce4-terminal.yaml
  26. tags:
  27. - xfce4-terminal
  28. - import_tasks: kitty.yaml
  29. tags:
  30. - kitty
  31. - import_tasks: rofi.yaml
  32. - import_tasks: barrier.yaml
  33. tags:
  34. - barrier
  35. - import_tasks: screenlayout.yaml
  36. - import_tasks: x11.yaml
  37. tags:
  38. - x11
  39. - import_tasks: vnc.yaml
  40. tags:
  41. - vnc
  42. - import_tasks: desktop-apps.yaml
  43. when: home_desktop
  44. - name: flush handlers
  45. meta: flush_handlers
  46. - name: enable and start vncserver user service
  47. systemd:
  48. name: vncserver@:{{home_vncserver_display_number}}.service
  49. state: started
  50. enabled: true
  51. scope: user
  52. when: home_vncserver_started_and_enabled