This commit is contained in:
beanigen 2025-01-30 14:03:13 +08:00
parent 83d9282898
commit 0d0ac80bb5
No known key found for this signature in database
6 changed files with 38 additions and 7 deletions

View file

@ -63,7 +63,7 @@
enable = true;
wifi.backend = "iwd";
};
programs.gphoto2.enable = true;
# Set your time zone.
time.timeZone = "Australia/Perth";
@ -146,7 +146,7 @@
users.users.maya = {
isNormalUser = true;
description = "Maya";
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "libvirtd" "camera" ];
packages = with pkgs; [
# thunderbird
];