feat: モニターの色調整

This commit is contained in:
Kariya 2026-03-01 15:48:07 +09:00
parent 252769034d
commit 0d82893f5d
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ in
vulkan-tools vulkan-tools
android-tools android-tools
android-file-transfer android-file-transfer
ddcutil
bluez bluez
bluez-tools bluez-tools
bluetuith bluetuith
@ -48,6 +48,8 @@ in
services.keyd.enable = true; services.keyd.enable = true;
hardware.i2c.enable = true;
services.keyd.keyboards.default = { services.keyd.keyboards.default = {
ids = [ "*" ]; ids = [ "*" ];
settings = { settings = {

View File

@ -2,6 +2,7 @@
{ {
extraGroups = [ extraGroups = [
"docker" "docker"
"i2c"
]; ];
shell = pkgs.fish; shell = pkgs.fish;
# openssh.authroizedKeys.keys = [ # openssh.authroizedKeys.keys = [