trying to get scide to load from gui
This commit is contained in:
parent
6622ba5001
commit
1cc3641578
2 changed files with 25 additions and 18 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue