Updates to config
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
];
|
||||
|
||||
|
||||
boot.kernelModules = [ "uvcvideo" ];
|
||||
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options nvidia_modeset vblank_sem_control=0
|
||||
'';
|
||||
@@ -141,7 +144,7 @@ services.dbus.enable = true;
|
||||
users.users.sam = {
|
||||
isNormalUser = true;
|
||||
description = "Sam";
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "render" "docker"];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "camera" "render" "docker"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
@@ -381,7 +384,15 @@ fonts.packages = with pkgs; [
|
||||
|
||||
# Minimal system packages needed for the session and core usability
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
|
||||
zola
|
||||
lsyncd
|
||||
rsync
|
||||
|
||||
|
||||
mpv
|
||||
v4l-utils
|
||||
|
||||
ethtool
|
||||
|
||||
swww
|
||||
|
||||
Reference in New Issue
Block a user