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