Init:start-nix

This commit is contained in:
dichgrem
2025-07-22 12:18:15 +08:00
parent 7ce7214a74
commit e57cdd246c
178 changed files with 22667 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
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
];
}