Rebuild files to add wayland as separate file in system/core

This commit is contained in:
2026-03-07 15:53:17 +01:00
parent d11528d1e2
commit 6a70bc93e9
7 changed files with 606 additions and 549 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./top.nix
./wayland.nix
];
# .. put any code here
}