1
0
Fork 0

[GNOME] Begin add autoinstall

This commit is contained in:
Florian RICHER 2022-05-13 23:14:27 +02:00
parent 41239ed1ea
commit 98072299f5
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1 @@
sudo systemctl enable --now gdm.service

View file

@ -0,0 +1,2 @@
# All requirements for gnome
packages+=(gnome gnome-tweaks)

View file

@ -32,8 +32,10 @@ if [ ! -d ~/.tmux/plugins/tpm ]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
fi
{{- if eq .wm "i3wm" -}}
{{ if eq .wm "i3wm" }}
{{- template "i3wm_after" -}}
{{- end -}}
{{ else if eq .wm "gnome" }}
{{- template "gnome_after" -}}
{{ end }}
{{- end -}}