mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
15
home/wayland/linux-wifi-hotspot.nix
Normal file
15
home/wayland/linux-wifi-hotspot.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user