gitignore and such

This commit is contained in:
cnst
2024-07-31 10:36:24 +02:00
parent 228d20cbbf
commit 416fc6e741
4 changed files with 10 additions and 10 deletions

View File

@@ -8,10 +8,10 @@
systemd = {
variables = ["--all"];
# extraCommands = [
# "systemctl --user stop graphical-session.target"
# "systemctl --user start hyprland-session.target"
# ];
extraCommands = [
"systemctl --user stop graphical-session.target"
"systemctl --user start hyprland-session.target"
];
};
};
}

View File

@@ -6,12 +6,6 @@
];
env = [
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
"XDG_SESSION_DESKTOP, Hyprland"
"GDK_BACKEND, wayland"
"SDL_VIDEODRIVER, wayland"
"QT_QPA_PLATFORM, wayland;xcb"
];
input = {

View File

@@ -40,6 +40,10 @@
BROWSER = "firefox";
EDITOR = "nvim";
TERM = "foot";
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";
};
};
# disable manuals as nmd fails to build often