diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 12:42:16 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-29 14:52:02 +0530 |
commit | 2295504252272605189c968d977644f04afa3355 (patch) | |
tree | 37b928718e25e68d9dccf8beed384d74a072c3b3 /configuration.nix | |
parent | 9d84efe93593f82c5108a06cd4a3500850e2ca21 (diff) |
modules/seatd: init
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 9c4febb..922b034 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,6 +26,7 @@ in isNormalUser = true; extraGroups = [ "wheel" + "seat" "adbusers" ]; packages = with pkgs; [ |