From e7e9f00c1efa37b22ff2326e5abef07aac06d999 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 4 Feb 2025 14:07:47 -0600 Subject: [PATCH] feat: added river and wayland module --- nixos/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/nixos/default.nix b/nixos/default.nix index e487c96..2a73934 100755 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -98,6 +98,22 @@ in }; }; + river = { + imports = builtins.attrValues { + inherit (modules) + river + ; + }; + }; + + wayland = { + imports = builtins.attrValues { + inherit (modules) + wayland + ; + }; + }; + server = { imports = builtins.attrValues { inherit (modules)