mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
fix:policykit
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
playerctl
|
||||
lxqt.lxqt-policykit
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user