Set up wluma

This commit is contained in:
Kiana Sheibani 2024-06-18 22:20:22 -04:00
parent e763b564f0
commit da26a63998
4 changed files with 59 additions and 18 deletions

View file

@ -52,8 +52,8 @@ in
users.users.${username} = {
isNormalUser = true;
description = fullname;
extraGroups = [ "wheel" "networkmanager" ]
++ lib.optionals isMobile [ "dialout" "feedbackd" "video" ];
extraGroups = [ "wheel" "networkmanager" "video" ]
++ lib.optionals isMobile [ "dialout" "feedbackd" ];
shell = pkgs.fish;
inherit hashedPassword;
};