From b2fab37586cdfeb6cde501d2c9f13ff53ef4d885 Mon Sep 17 00:00:00 2001 From: lostmia Date: Fri, 21 Mar 2025 13:24:36 +0100 Subject: [PATCH] Fixed PPD not being enabled --- common/nixos-wayland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/nixos-wayland.nix b/common/nixos-wayland.nix index dc95e20..8ccf008 100644 --- a/common/nixos-wayland.nix +++ b/common/nixos-wayland.nix @@ -1086,6 +1086,8 @@ ''; }; + # Don't forget to actually enable the damn thing... + services.power-profiles-daemon.enable = true; security.pam.services.swaylock = { text = ''