From 8d4a62e504e98f89ad7b80850ac3b280af9a9b49 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Mon, 16 May 2022 08:23:15 +0000 Subject: Add network-manager-applet to NetworkManager profile (#1120) * Add network-manager-applet to NetworkManager profile * Converted _configuration.is_desktop_profile() into profile.is_desktop_profile Co-authored-by: Anton Hvornum --- archinstall/lib/profiles.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archinstall/lib/profiles.py') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 33214ee8..a4fbe490 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -211,6 +211,10 @@ class Profile(Script): def name(self) -> str: return os.path.basename(self.profile) + @property + def is_desktop_profile(self) -> bool: + return is_desktop_profile(repr(self)) + def install(self) -> ModuleType: # Before installing, revert any temporary changes to the namespace. # This ensures that the namespace during installation is the original initiation namespace. -- cgit v1.2.3-70-g09d2