From 6344364fa1b685b205f8e7fa47f01cba784fbae0 Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 21 Dec 2024 10:34:54 +0100 Subject: [PATCH] Add xenia to some groups --- nixos/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 46859d5a..30bd5f49 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -99,7 +99,7 @@ in users.users.xenia = { isNormalUser = true; - extraGroups = [ "wheel" "docker" ]; + extraGroups = [ "wheel" "docker" "dialout" "input" ]; shell = pkgs.zsh; uid = 1002; };