make changes for evaluation warnings

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-05-31 16:18:12 -04:00
parent f671e4bcf5
commit 4fcd627fac
5 changed files with 26 additions and 25 deletions

View File

@ -32,22 +32,9 @@
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services = {
xserver = {
displayManager.gdm = {
enable = true;
displayManager.session = [
{
manage = "desktop";
name = "hyprland";
start = ''
bash ${./hypr/wrappedhl} &
waitPID=$!
'';
}
];
displayManager.gdm = {
enable = true;
wayland = true;
};
wayland = true;
};
dbus = {