This commit is contained in:
Matt Nish-Lapidus 2024-12-07 14:04:15 -05:00
parent 2befc80c82
commit 7cca45862c
3 changed files with 20 additions and 11 deletions

View file

@ -95,6 +95,7 @@
# sbclPackages.cl-egl
ccl
racket
gdu
editorconfig-core-c
clang-tools
@ -544,7 +545,7 @@
flatpak.enable = true;
syncthing = {
enable = true;
tray.enable = true;
# tray.enable = true;
};
borgmatic = {
enable = true;
@ -582,10 +583,13 @@
"nl.hjdskes.gcolor3"
];
systemd.user.enable = true;
systemd.user.sessionVariables = {
GSK_RENDERER = "gl";
MOZ_ENABLE_WAYLAND = 1;
systemd.user = {
enable = true;
startServices = "sd-switch";
sessionVariables = {
GSK_RENDERER = "gl";
MOZ_ENABLE_WAYLAND = 1;
};
};