From 9846d0680a52bd559f103e7396b0cd1b341afc66 Mon Sep 17 00:00:00 2001 From: teesh3rt Date: Mon, 2 Feb 2026 11:42:37 +0200 Subject: [PATCH] feat: oh my pkcell --- modules/desktop/noctalia.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/desktop/noctalia.nix b/modules/desktop/noctalia.nix index 7768c9d..b64519a 100644 --- a/modules/desktop/noctalia.nix +++ b/modules/desktop/noctalia.nix @@ -7,6 +7,15 @@ ]; }; + # taki is a laptop, therefore it has a battery, + # therefore noctalia should be able to detect it. + # + # we're using dendritic so its fine to modify configs in a file + # in fact, its even encouraged! + flake.modules.nixos.taki = { + services.upower.enable = true; + }; + flake.modules.homeManager.desktop = { imports = [ inputs.noctalia.homeModules.default