Updates to config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -381,7 +384,15 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user