I don't remember what I changed...
This commit is contained in:
parent
d2dcc87b0b
commit
619364df89
5 changed files with 15 additions and 161 deletions
|
|
@ -7,6 +7,7 @@
|
|||
pulseaudio.enable = false; # Use pipewire instead
|
||||
steam-hardware.enable = true; # Allow steam client to manage controllers
|
||||
opengl.driSupport32Bit = true; # For OpenGL games
|
||||
i2c.enable = true;
|
||||
};
|
||||
|
||||
sound.enable = true;
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
nextcloud-client
|
||||
nix-init
|
||||
obs-studio
|
||||
onlyoffice-bin_7_5
|
||||
p7zip
|
||||
platformio
|
||||
prismlauncher-qt5
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"libvirt"
|
||||
"libvirtd"
|
||||
"adbusers"
|
||||
"i2c"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,12 @@
|
|||
keyd = {
|
||||
enable = true;
|
||||
keyboards.main = {
|
||||
ids = [ "1ea7:0907" ];
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = { capslock = "overload(meta, esc)"; };
|
||||
main = {
|
||||
capslock = "overload(meta, esc)";
|
||||
esc = "overload(meta, esc)";
|
||||
};
|
||||
shift = {
|
||||
leftshift = "capslock";
|
||||
rightshift = "capslock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue