add/change apps

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent 255232d381
commit 9a68124984
2 changed files with 6 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
# browsers
"app.zen_browser.zen"
# "com.vivaldi.Vivaldi"
"io.github.ungoogled_software.ungoogled_chromium"
"net.mullvad.MullvadBrowser"
"org.torproject.torbrowser-launcher"
]
@@ -48,7 +49,7 @@
# "ca.edestcroix.Recordbox" # music player
"com.github.neithern.g4music" # music player
# "io.bassi.Amberol" # music player
"io.freetubeapp.FreeTube" # youtube client
"app.grayjay.Grayjay" # youtube client
# "org.atheme.audacious" # music player
]
++ [
@@ -103,6 +104,7 @@
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
};
};
"app.grayjay.Grayjay".Context.sockets = ["x11" "!wayland" "!fallback-x11"]; # because CEF
"ca.edestcroix.Recordbox".Context.filesystems = ["xdg-music"];
"com.valvesoftware.Steam" = {
Context = {

View File

@@ -16,10 +16,10 @@ in {
oh-my-posh.enable = true;
};
syncthing.enable = true;
# terminal.wezterm.enable = true;
terminal.ghostty.enable = true;
terminal.wezterm.enable = true;
# terminal.ghostty.enable = true;
systemd.user.settings.Manager.DefaultEnvironment = {
TERMINAL = "ghostty";
TERMINAL = "wezterm";
};
services = {