1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Move logind config into hyprland

This commit is contained in:
RGBCube 2024-05-09 22:57:26 +03:00
parent 5ad163dc17
commit d72637ffed
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -8,6 +8,8 @@ in desktopSystemConfiguration {
package32 = hyprPkgs.pkgsi686Linux.mesa.drivers;
};
services.logind.powerKey = "ignore";
xdg.portal = enabled {
config.common.default = "*";

View file

@ -1,5 +0,0 @@
{ lib, ... }: with lib;
desktopSystemConfiguration {
services.logind.powerKey = "ignore";
}