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

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
nix/ nix/
nix/sources.json nix/sources.json
nix/sources.nix nix/sources.nix
.direnv
.pre-commit-config.yaml

View File

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

View File

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

View File

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