fix:policykit

This commit is contained in:
dichgrem
2025-10-15 10:30:15 +08:00
parent 1bb02c06fa
commit 927065e1ba
3 changed files with 61 additions and 79 deletions

View File

@@ -1,15 +0,0 @@
{
hostname,
lib,
pkgs,
...
}: let
inherit (import ../../hosts/${hostname}/env.nix) HotSpot-Use-Case;
in
with lib;
mkIf HotSpot-Use-Case
{
home.packages = with pkgs; [
linux-wifi-hotspot
];
}

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
playerctl
lxqt.lxqt-policykit
];
}