This commit is contained in:
martyTF 2026-02-05 09:21:40 +01:00
parent 13c1a67609
commit 47c44371e6
4 changed files with 65 additions and 46 deletions

View file

@ -28,4 +28,11 @@
};
};
};
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
};
}

View file

@ -23,5 +23,17 @@
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
programs.uwsm = {
enable = true;
waylandCompositors = {
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
binPath = "/run/current-system/sw/bin/start-hyprland";
};
};
};
}