add/change apps

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent 8c5d8bdb50
commit 9502c22c5f
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -25,6 +25,7 @@
# browsers # browsers
"app.zen_browser.zen" "app.zen_browser.zen"
# "com.vivaldi.Vivaldi" # "com.vivaldi.Vivaldi"
"io.github.ungoogled_software.ungoogled_chromium"
"net.mullvad.MullvadBrowser" "net.mullvad.MullvadBrowser"
"org.torproject.torbrowser-launcher" "org.torproject.torbrowser-launcher"
] ]
@@ -48,7 +49,7 @@
# "ca.edestcroix.Recordbox" # music player # "ca.edestcroix.Recordbox" # music player
"com.github.neithern.g4music" # music player "com.github.neithern.g4music" # music player
# "io.bassi.Amberol" # music player # "io.bassi.Amberol" # music player
"io.freetubeapp.FreeTube" # youtube client "app.grayjay.Grayjay" # youtube client
# "org.atheme.audacious" # music player # "org.atheme.audacious" # music player
] ]
++ [ ++ [
@@ -103,6 +104,7 @@
ELECTRON_OZONE_PLATFORM_HINT = "wayland"; ELECTRON_OZONE_PLATFORM_HINT = "wayland";
}; };
}; };
"app.grayjay.Grayjay".Context.sockets = ["x11" "!wayland" "!fallback-x11"]; # because CEF
"ca.edestcroix.Recordbox".Context.filesystems = ["xdg-music"]; "ca.edestcroix.Recordbox".Context.filesystems = ["xdg-music"];
"com.valvesoftware.Steam" = { "com.valvesoftware.Steam" = {
Context = { Context = {
+3 -3
View File
@@ -16,10 +16,10 @@ in {
oh-my-posh.enable = true; oh-my-posh.enable = true;
}; };
syncthing.enable = true; syncthing.enable = true;
# terminal.wezterm.enable = true; terminal.wezterm.enable = true;
terminal.ghostty.enable = true; # terminal.ghostty.enable = true;
systemd.user.settings.Manager.DefaultEnvironment = { systemd.user.settings.Manager.DefaultEnvironment = {
TERMINAL = "ghostty"; TERMINAL = "wezterm";
}; };
services = { services = {