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

View File

@@ -14,6 +14,9 @@
]; ];
boot.kernelModules = [ "uvcvideo" ];
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''
options nvidia_modeset vblank_sem_control=0 options nvidia_modeset vblank_sem_control=0
''; '';
@@ -141,7 +144,7 @@ services.dbus.enable = true;
users.users.sam = { users.users.sam = {
isNormalUser = true; isNormalUser = true;
description = "Sam"; description = "Sam";
extraGroups = [ "wheel" "networkmanager" "video" "render" "docker"]; extraGroups = [ "wheel" "networkmanager" "video" "camera" "render" "docker"];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
@@ -382,6 +385,14 @@ fonts.packages = with pkgs; [
# Minimal system packages needed for the session and core usability # Minimal system packages needed for the session and core usability
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
zola
lsyncd
rsync
mpv
v4l-utils
ethtool ethtool
swww swww