Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
killertofus committed Aug 17, 2024
1 parent b0f2e44 commit d5a8c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/default_profiles/desktops/cosmic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if TYPE_CHECKING:
_: Any

class PlasmaProfile(XorgProfile):
class CosmicProfile(XorgProfile):
def __init__(self):
super().__init__('cosmic-epoch', ProfileType.DesktopEnv, description='')

Expand Down

0 comments on commit d5a8c93

Please sign in to comment.