Compare commits
2 commits
cb4f5374f9
...
aa792fdc1a
Author | SHA1 | Date | |
---|---|---|---|
aa792fdc1a | |||
da02b35402 |
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,9 @@ in {
|
||||||
#// i18n.defaultLocale = "C.UTF-8";
|
#// i18n.defaultLocale = "C.UTF-8";
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
# https://wiki.archlinux.org/title/Wayland#Java
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||||
|
|
||||||
GDK_SCALE = mkIf (!config.custom.services.xwayland-satellite.enable) (toString config.custom.scale); # Steam HiDPI
|
GDK_SCALE = mkIf (!config.custom.services.xwayland-satellite.enable) (toString config.custom.scale); # Steam HiDPI
|
||||||
|
|
||||||
# https://wiki.nixos.org/wiki/Wayland#Electron_and_Chromium
|
# https://wiki.nixos.org/wiki/Wayland#Electron_and_Chromium
|
||||||
|
|
|
@ -96,6 +96,7 @@ in {
|
||||||
gcolor3 # Color picker
|
gcolor3 # Color picker
|
||||||
gitg # Git client
|
gitg # Git client
|
||||||
github-desktop # Git client
|
github-desktop # Git client
|
||||||
|
gitnuro # Git client
|
||||||
gnome-boxes # Virtual machine manager
|
gnome-boxes # Virtual machine manager
|
||||||
gnome-calculator # Calculator
|
gnome-calculator # Calculator
|
||||||
gnome-calendar # Calendar
|
gnome-calendar # Calendar
|
||||||
|
@ -147,6 +148,7 @@ in {
|
||||||
smile # Emoji picker
|
smile # Emoji picker
|
||||||
snapshot # Camera
|
snapshot # Camera
|
||||||
snoop # File content finder
|
snoop # File content finder
|
||||||
|
sourcegit # Git client
|
||||||
spotify # Spotify client
|
spotify # Spotify client
|
||||||
syncthingtray # Syncthing client
|
syncthingtray # Syncthing client
|
||||||
tagger # Audio file tagger
|
tagger # Audio file tagger
|
||||||
|
|
Loading…
Add table
Reference in a new issue