diff --git a/modules/console.nix b/modules/console.nix new file mode 100644 index 0000000..65740a9 --- /dev/null +++ b/modules/console.nix @@ -0,0 +1,4 @@ +{...}: { + imports = [ + ]; +} diff --git a/modules/desktop.nix b/modules/desktop.nix new file mode 100644 index 0000000..65740a9 --- /dev/null +++ b/modules/desktop.nix @@ -0,0 +1,4 @@ +{...}: { + imports = [ + ]; +} diff --git a/modules/system.nix b/modules/system.nix new file mode 100644 index 0000000..65740a9 --- /dev/null +++ b/modules/system.nix @@ -0,0 +1,4 @@ +{...}: { + imports = [ + ]; +} diff --git a/system/display-manager.nix b/system/wayland.nix similarity index 100% rename from system/display-manager.nix rename to system/wayland.nix