mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
runit per user improved
This commit is contained in:
parent
43c6ea6e94
commit
4af12bc100
@ -2,7 +2,6 @@ set -x LANG 'fr_FR.UTF-8'
|
||||
set -x EDITOR 'nvim'
|
||||
set -x VISUAL 'nvim'
|
||||
set -x PAGER 'most'
|
||||
set -x SVDIR '~/.config/service'
|
||||
set -gx SYSTEMD_PAGER 'less'
|
||||
set -U fish_greeting ""
|
||||
|
||||
|
1
roles/runit/files/runit.fish
Normal file
1
roles/runit/files/runit.fish
Normal file
@ -0,0 +1 @@
|
||||
set -x SVDIR '~/service'
|
@ -1,5 +1,15 @@
|
||||
---
|
||||
- name: create service dir
|
||||
file:
|
||||
path: ~/.config/service
|
||||
path: ~/service
|
||||
state: directory
|
||||
|
||||
- name: set svdir in fish
|
||||
copy:
|
||||
src: runit.fish
|
||||
dest: ~/.config/fish/conf.d/
|
||||
|
||||
- name: user services
|
||||
synchronize:
|
||||
src: service/
|
||||
dest: ~/service
|
||||
|
@ -230,7 +230,5 @@ exec mako
|
||||
exec syncthing
|
||||
|
||||
# pipewire
|
||||
{% if ansible_os_family == 'void' %}
|
||||
exec pipewire
|
||||
exec pipewire-pulse
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user