Updates to config

This commit is contained in:
2026-04-04 09:23:06 +11:00
parent 9f9073ee40
commit 75daba35ef
2 changed files with 14 additions and 4 deletions

View File

@@ -333,7 +333,7 @@ dconf.settings."org/gnome/desktop/interface" = {
# ---
home.packages = with pkgs; [
mosquitto
# Input device support
libinput
seatd
@@ -365,7 +365,6 @@ dconf.settings."org/gnome/desktop/interface" = {
nushell
bun
pnpm
vite
# CLI tools

View File

@@ -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