mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
fmt
This commit is contained in:
parent
e7002d95ab
commit
2e6dc90396
4 changed files with 6 additions and 7 deletions
8
sway.nix
8
sway.nix
|
@ -37,9 +37,9 @@ in
|
|||
unstable.wshowkeys
|
||||
];
|
||||
|
||||
|
||||
extraSessionCommands =
|
||||
''
|
||||
|
||||
extraSessionCommands =
|
||||
''
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
|
@ -50,6 +50,6 @@ in
|
|||
export SAL_USE_VCLPLUGIN=gtk3
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export MOZ_USE_XINPUT2=1
|
||||
'';
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue