first go at hyprland with lua config

This commit is contained in:
2026-05-10 15:35:01 +01:00
parent ecfa3d9c0f
commit b8ce839f2a
15 changed files with 576 additions and 144 deletions
+5
View File
@@ -31,6 +31,11 @@ in
outOfStoreSymlink = true;
recursive = false;
};
".config/hypr/system.lua" = {
source = ../../configs/hypr-darp8/system.lua;
outOfStoreSymlink = true;
recursive = false;
};
".config/DankMaterialShell" = {
source = ../../configs/dms-darp8;
outOfStoreSymlink = true;
+5
View File
@@ -32,6 +32,11 @@ in
outOfStoreSymlink = true;
recursive = false;
};
".config/hypr/system.lua" = {
source = ../../configs/hypr-desktop/system.lua;
outOfStoreSymlink = true;
recursive = false;
};
".config/DankMaterialShell" = {
source = ../../configs/dms-desktop;
outOfStoreSymlink = true;