tweaks after gnome 47 update

This commit is contained in:
Matt Nish-Lapidus 2024-11-04 11:13:56 -05:00
parent e14fd17e00
commit 9b9ec35ba3
4 changed files with 37 additions and 23 deletions

View file

@ -154,7 +154,6 @@
gnomeExtensions.dash-to-dock
gnomeExtensions.solaar-extension
gnomeExtensions.paperwm
gnomeExtensions.another-window-session-manager
gnomeExtensions.media-controls
gnomeExtensions.looking-glass-button
gnome-software
@ -208,11 +207,11 @@
audacity
supercollider-with-plugins
bitwig-studio
blender
pkgs-stable.blender
davinci-resolve-studio
steam
zotero_7
handbrake
pkgs-stable.handbrake
renoise
yabridge
yabridgectl
@ -360,6 +359,11 @@
}
];
};
retention = {
keepDaily = 3;
keepHourly = 3;
keepMonthly = 2;
};
};
};
};
@ -465,12 +469,15 @@
"com.github.tchx84.Flatseal"
"com.github.johnfactotum.QuickLookup"
"com.heroicgameslauncher.hgl"
"io.github.dyegoaurelio.simple-wireplumber-gui"
"io.github.dgsasha.Remembrance"
"nl.hjdskes.gcolor3"
];
systemd.user.enable = true;
systemd.user.sessionVariables = {
GSK_RENDERER = "ngl";
MOZ_ENABLE_WAYLAND = 1;
};
systemd.user.services.ulauncher = {
Unit = {
Description = "Start Ulauncher";
@ -478,7 +485,7 @@
Install = {
WantedBy = [ "graphical-session.target" ];
After = ["graphical-session.target"];
# After = ["graphical-session.target"];
};
Service = {