trying to get scide to load from gui

This commit is contained in:
Matt Nish-Lapidus 2025-03-19 13:06:56 -04:00
parent 6622ba5001
commit 1cc3641578
2 changed files with 25 additions and 18 deletions

View file

@ -177,6 +177,9 @@
qt = {
enable = true;
platformTheme = {
name = "gtk";
};
style = {
package = pkgs.adwaita-qt;
name = "adwaita-dark";
@ -207,6 +210,10 @@
home.file.".local/wallpapers".source = ../../homes/emenel/dotfiles/dot_local/wallpapers;
xdg.desktopEntries = {
scide = {
name = "SuperCollider IDE (fixed)";
exec = "QT_QPA_PLATFORM=xcb /etc/profiles/per-user/emenel/bin/scide";
};
isd = {
name = "isd (interactive systemd)";
exec = "/home/emenel/.local/bin/wezapp isd";