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";
|
||||
|
||||
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
|
||||
|
||||
# https://wiki.nixos.org/wiki/Wayland#Electron_and_Chromium
|
||||
|
|
|
@ -96,6 +96,7 @@ in {
|
|||
gcolor3 # Color picker
|
||||
gitg # Git client
|
||||
github-desktop # Git client
|
||||
gitnuro # Git client
|
||||
gnome-boxes # Virtual machine manager
|
||||
gnome-calculator # Calculator
|
||||
gnome-calendar # Calendar
|
||||
|
@ -147,6 +148,7 @@ in {
|
|||
smile # Emoji picker
|
||||
snapshot # Camera
|
||||
snoop # File content finder
|
||||
sourcegit # Git client
|
||||
spotify # Spotify client
|
||||
syncthingtray # Syncthing client
|
||||
tagger # Audio file tagger
|
||||
|
|
Loading…
Add table
Reference in a new issue