This commit is contained in:
Bryan Ramos 2024-07-17 21:08:05 -04:00
parent 624b4069ac
commit f8e60744da
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 20 additions and 4 deletions

View file

@ -6,7 +6,7 @@
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups
++ [ "video" "audio" "kvm" "libvirtd" ];
++ [ "video" "audio" "kvm" "libvirtd" "dialout" ];
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.android}" ];
};
};
@ -50,6 +50,7 @@
environment.systemPackages = with pkgs; [
vim
git
usbutils
];
fonts.packages = with pkgs; [