This commit is contained in:
DashieTM 2025-09-29 00:37:59 +02:00
parent 72afd686c0
commit 614342b9f7
13 changed files with 1336 additions and 612 deletions

View file

@ -54,8 +54,8 @@
lib.optionalAttrs (options ? home.packages) {
programs = {
hyprdock = {
enable = config.mods.oxi.hyprdock.enable;
settings = config.mods.oxi.hyprdock.settings;
inherit (config.mods.oxi.hyprdock) enable;
inherit (config.mods.oxi.hyprdock) settings;
};
oxicalc.enable = lib.mkIf config.mods.oxi.oxicalc.enable true;
ReSet = lib.mkIf config.mods.oxi.ReSet.enable {
@ -75,7 +75,7 @@
};
}
// lib.optionalAttrs (options ? services.logind) {
services.logind.lidSwitchExternalPower = "ignore";
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
}
);
}