moved keyd from powerprofiles to sys/services.nix

This commit is contained in:
pagedmov
2024-11-02 07:15:54 -04:00
parent eae58c0f13
commit 2c0b8b4cd3
2 changed files with 9 additions and 9 deletions

View File

@@ -4,15 +4,6 @@
}; };
config = lib.mkIf config.powerProfiles.enable { config = lib.mkIf config.powerProfiles.enable {
services = { services = {
keyd = {
enable = true;
keyboards.default = {
ids = ["*"];
settings.main = {
capslock = "esc";
};
};
};
power-profiles-daemon.enable = true; power-profiles-daemon.enable = true;

View File

@@ -4,6 +4,15 @@
}; };
config = lib.mkIf config.sysServices.enable { config = lib.mkIf config.sysServices.enable {
services = { services = {
keyd = {
enable = true;
keyboards.default = {
ids = ["*"];
settings.main = {
capslock = "esc";
};
};
};
pipewire = { pipewire = {
enable = true; enable = true;
pulse.enable = true; pulse.enable = true;