summaryrefslogtreecommitdiffstats
path: root/roles/gnome/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-21 22:55:57 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-21 22:55:57 +0200
commit8d7eb8e4b2d299816c2d4a6574df9ddba038197b (patch)
tree3f67d360750f4a6a66b174f7e521742bef78717a /roles/gnome/vars
parent6ee1ad76141025eda05080ce69d13217b32bcc0b (diff)
Fix installing gnome on debian and arch
Instead of using ubuntu version which isn't great, I prefer using the minimal gnome
Diffstat (limited to 'roles/gnome/vars')
-rw-r--r--roles/gnome/vars/archlinux.yml1
-rw-r--r--roles/gnome/vars/debian.yml3
-rw-r--r--roles/gnome/vars/ubuntu.yml3
3 files changed, 3 insertions, 4 deletions
diff --git a/roles/gnome/vars/archlinux.yml b/roles/gnome/vars/archlinux.yml
index c2203444..d889d18a 100644
--- a/roles/gnome/vars/archlinux.yml
+++ b/roles/gnome/vars/archlinux.yml
@@ -1,3 +1,4 @@
---
gnome_packages:
- "gnome"
+ - "gdm"
diff --git a/roles/gnome/vars/debian.yml b/roles/gnome/vars/debian.yml
index c2203444..58039e57 100644
--- a/roles/gnome/vars/debian.yml
+++ b/roles/gnome/vars/debian.yml
@@ -1,3 +1,4 @@
---
gnome_packages:
- - "gnome"
+ - "gnome-core"
+ - "gdm3"
diff --git a/roles/gnome/vars/ubuntu.yml b/roles/gnome/vars/ubuntu.yml
deleted file mode 100644
index a1f3a60d..00000000
--- a/roles/gnome/vars/ubuntu.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-gnome_packages:
- - "ubuntu-gnome-desktop"