diff --git a/config.yaml b/config.yaml index 9152988..17c979e 100644 --- a/config.yaml +++ b/config.yaml @@ -248,11 +248,6 @@ actions: https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons - greetd_install: | - sudo mkdir -p /etc/greetd/ - sudo cp -r "{{@@ _dotfile_abs_dst @@}}"/* /etc/greetd/ - sudo chown -R greeter:greeter /etc/greetd/ - root_install: > sudo dotdrop -f -c "{{@@ _dotfile_abs_dst @@}}/config.yaml" @@ -426,12 +421,6 @@ dotfiles: # Just a bunch of paths and action mappings src: rustfmt.toml dst: ~/.rustfmt.toml - greetd: - src: greetd - dst: ~/.config/greetd - actions: - - greetd_install - root: src: ../root dst: ~/.local/share/root_files diff --git a/root/config.yaml b/root/config.yaml index cd83fc1..9dd5322 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -17,6 +17,25 @@ config: dotpath: . +############################################################### +actions: +############################################################### + + greetd_install: | + sudo chown -R greeter:greeter /etc/greetd/ + + +############################################################### +dotfiles: # Just a bunch of paths and action mappings +############################################################### + + greetd: + src: greetd + dst: ~/greetd + actions: + - greetd_install + + ############################################################### profiles: ############################################################### diff --git a/dotfiles/greetd/cage.sh b/root/greetd/cage.sh similarity index 100% rename from dotfiles/greetd/cage.sh rename to root/greetd/cage.sh diff --git a/dotfiles/greetd/config.toml b/root/greetd/config.toml similarity index 100% rename from dotfiles/greetd/config.toml rename to root/greetd/config.toml diff --git a/dotfiles/greetd/sway-config b/root/greetd/sway-config similarity index 100% rename from dotfiles/greetd/sway-config rename to root/greetd/sway-config