moved keyd from powerprofiles to sys/services.nix
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
};
|
||||
config = lib.mkIf config.sysServices.enable {
|
||||
services = {
|
||||
keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = ["*"];
|
||||
settings.main = {
|
||||
capslock = "esc";
|
||||
};
|
||||
};
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user