added config for waku

This commit is contained in:
Kenryu Shibata
2026-03-11 20:03:54 +09:00
parent d471aa77f9
commit 52d1d2db18
3 changed files with 35 additions and 5 deletions

View File

@@ -6,10 +6,10 @@ let
common-nvidia = inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime;
framework16 = inputs.nixos-hardware.nixosModules.framework-16-7040-amd;
# mkHost - String -> Boolean -> [Attr] -> Attr - Create nixos system attribute set
# @param name - String - Name of the system
# @param useXLibre - Boolean - If set true, adds xlibre overlays to modules
# @param machine - [Attr] - Array of attribute sets from nixos-hardware nixos Module for setting machine's preset
# mkHost := String -> Boolean -> [Attr] -> Attr - Create nixos system attribute set
# @param name := String - Name of the system
# @param useXLibre := Boolean - If set true, adds xlibre overlays to modules
# @param machine := [Attr] - Array of attribute sets from nixos-hardware nixos Module for setting machine's preset
# @return - An attribute set that describes NixOS system configurations
mkHost = name: useXLibre: machine: