From b9cb418800a76103f005901815f5e4d4eca708dd Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 6 Oct 2024 02:11:41 +0100 Subject: Fix user group error & tuigreet install --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index 2a55ce5..f684f9d 100644 --- a/config +++ b/config @@ -30,7 +30,7 @@ user=blake # Note that some groups provided are required when using seatd and # may vary depending on your use-case; see the ArchWiki for info: # https://wiki.archlinux.org/title/Users_and_groups#Group_list -user_groups=wheel,video,audio,input,seat,log +user_groups=wheel,video,audio,input,log # System name hostname=ArtixPC -- cgit