feat(desktop): add twm and hyprland module

This commit is contained in:
tux
2026-09-20 01:32:31 +05:30
parent 9fd9cc7da2
commit c91fbb02fc
6 changed files with 109 additions and 36 deletions

View File

@@ -6,6 +6,18 @@
tnix = {
desktop = {
hyprland = {
enable = true;
monitorConfig = ''
hl.monitor({
output = "eDP-1",
mode = "2560x1440@165",
position = "0x0",
scale = "1",
})
'';
};
mangowm = {
enable = true;
monitorRule = [

View File

@@ -6,6 +6,34 @@
tnix = {
desktop = {
hyprland = {
enable = true;
monitorConfig = ''
hl.monitor({
output = "DP-2",
mode = "2560x1440@144",
position = "0x0",
scale = "1",
transform = 1,
})
hl.monitor({
output = "DP-3",
mode = "2560x1440@144",
position = "1440x0",
scale = "1",
})
hl.monitor({
output = "DP-1",
mode = "1920x1080@144",
position = "4000x0",
scale = "1",
transform = 3,
})
'';
};
mangowm = {
enable = true;
monitorRule = [