❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update groups

+1 -1
+1 -1
nixos/ferret/configuration.nix
··· 50 50 users.users.alex = { 51 51 isNormalUser = true; 52 52 description = "Alex"; 53 - extraGroups = [ "networkmanager" "wheel" ]; 53 + extraGroups = [ "networkmanager" "wheel" "media" ]; 54 54 packages = with pkgs; [ 55 55 git 56 56 ];