gitignore and such
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user