mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(adrastea)!: disable keyd
This commit is contained in:
parent
f6b882f75d
commit
0b37ddf324
1 changed files with 24 additions and 23 deletions
|
@ -33,21 +33,21 @@
|
||||||
# pkiBundle = "/etc/secureboot";
|
# pkiBundle = "/etc/secureboot";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.keyd = {
|
# services.keyd = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
keyboards = {
|
# keyboards = {
|
||||||
default = {
|
# default = {
|
||||||
ids = [ "*" ];
|
# ids = [ "*" ];
|
||||||
settings = {
|
# settings = {
|
||||||
main = {
|
# main = {
|
||||||
capslock = "esc";
|
# capslock = "esc";
|
||||||
leftalt = "leftcontrol";
|
# leftalt = "leftcontrol";
|
||||||
leftcontrol = "leftalt";
|
# leftcontrol = "leftalt";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device = "/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
|
boot.initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device = "/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
|
||||||
|
|
||||||
|
@ -107,14 +107,15 @@
|
||||||
powerManagement.finegrained = false;
|
powerManagement.finegrained = false;
|
||||||
open = false;
|
open = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
prime = {
|
# prime = {
|
||||||
amdgpuBusId = "PCI:4:0:0";
|
# amdgpuBusId = "PCI:4:0:0";
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
# nvidiaBusId = "PCI:1:0:0";
|
||||||
offload = {
|
# # offload = {
|
||||||
enable = true;
|
# # enable = true;
|
||||||
enableOffloadCmd = true;
|
# # enableOffloadCmd = true;
|
||||||
};
|
# # };
|
||||||
};
|
# sync.enable = true;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue