feat: モニターの色調整
This commit is contained in:
parent
252769034d
commit
0d82893f5d
|
|
@ -30,7 +30,7 @@ in
|
|||
vulkan-tools
|
||||
android-tools
|
||||
android-file-transfer
|
||||
|
||||
ddcutil
|
||||
bluez
|
||||
bluez-tools
|
||||
bluetuith
|
||||
|
|
@ -48,6 +48,8 @@ in
|
|||
|
||||
services.keyd.enable = true;
|
||||
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
services.keyd.keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
extraGroups = [
|
||||
"docker"
|
||||
"i2c"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
# openssh.authroizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user