Rebuild files to add wayland as separate file in system/core
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./top.nix
|
||||
./wayland.nix
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
Reference in New Issue
Block a user