Rebuild files to add wayland as separate file in system/core
This commit is contained in:
+302
-303
File diff suppressed because it is too large
Load Diff
@@ -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, ... }:
|
{ config, pkgs, lib, user, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./top.nix
|
|
||||||
./wayland.nix
|
./wayland.nix
|
||||||
];
|
];
|
||||||
# .. put any code here
|
# .. put any code here
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{ config, pkgs, lib, user, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./top.nix
|
|
||||||
./wayland.nix
|
./wayland.nix
|
||||||
];
|
];
|
||||||
# .. put any code here
|
# .. put any code here
|
||||||
|
|||||||
Reference in New Issue
Block a user