index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-10-30 20:36:21 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-10-30 20:36:21 +0200 |
commit | 2a2239dd03bb64d3410469fd190fed34b252cf53 (patch) | |
tree | 6b47a27bb6286880e497c5e7c7bd2f0d8848c0ec /profiles | |
parent | 62f5bf4c8387f9f7591f1e1100067545b10f9b24 (diff) | |
parent | d25a20a7f28dcd873747c2a2842504c919b6e884 (diff) |
-rw-r--r-- | profiles/cutefish.py | 1 | ||||
-rw-r--r-- | profiles/xfce4.py | 1 | ||||
-rw-r--r-- | profiles/xorg.py | 1 |
diff --git a/profiles/cutefish.py b/profiles/cutefish.py index 1df2467a..486fa389 100644 --- a/profiles/cutefish.py +++ b/profiles/cutefish.py @@ -7,7 +7,6 @@ is_top_level_profile = False __packages__ = [ "cutefish", "noto-fonts", - "konsole", "sddm" ] diff --git a/profiles/xfce4.py b/profiles/xfce4.py index ef0ddf2f..89c04f7c 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -11,6 +11,7 @@ __packages__ = [ "lightdm", "lightdm-gtk-greeter", "gvfs", + "network-manager-applet", ] diff --git a/profiles/xorg.py b/profiles/xorg.py index b8f33068..b76227ed 100644 --- a/profiles/xorg.py +++ b/profiles/xorg.py @@ -11,7 +11,6 @@ __packages__ = [ 'xorg-server', 'xorg-xinit', 'nvidia-dkms', - 'xorg-server', *archinstall.lib.hardware.__packages__, ] |