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

This commit is contained in:
2026-03-07 15:57:11 +01:00
parent 2ffd57ddc9
commit d6ad57c8c9
3 changed files with 302 additions and 305 deletions
+302 -303
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -628,7 +628,6 @@ This is top file of this level which contains just an import statement for all r
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./top.nix
./wayland.nix
];
# .. put any code here
-1
View File
@@ -1,7 +1,6 @@
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./top.nix
./wayland.nix
];
# .. put any code here