diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-26 13:47:25 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-26 13:47:25 -0400 |
commit | 4eb274f332afe9a5696abd5923096cf1ac4b648a (patch) | |
tree | c17fec9d2e91226c01c403671e3c67115099c71f /system/default.nix | |
parent | add zoxide (diff) | |
download | dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.gz dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.tar.bz2 dotfiles-nix-4eb274f332afe9a5696abd5923096cf1ac4b648a.zip |
update groups conf
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 36d11ee..b272958 100644 --- a/system/default.nix +++ b/system/default.nix @@ -75,7 +75,7 @@ users.users.${config.user} = { isNormalUser = true; description = config.fullName; - extraGroups = ["wheel" "sys" "video" "audio"]; + extraGroups = ["wheel" "tty"]; home = config.homePath; shell = pkgs.zsh; }; |