sway module: better defaults
This commit is contained in:
parent
6a2dc55337
commit
130c61f8f2
@ -25,10 +25,9 @@ in
|
|||||||
default = "";
|
default = "";
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
example = ''
|
example = ''
|
||||||
export XKB_DEFAULT_LAYOUT=us,ru
|
export XKB_DEFAULT_LAYOUT=us,de
|
||||||
|
export XKB_DEFAULT_VARIANT=,nodeadkeys
|
||||||
export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,
|
export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,
|
||||||
export QT_QPA_PLATFORM=wayland
|
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
Shell commands executed just before sway is started.
|
Shell commands executed just before sway is started.
|
||||||
@ -37,13 +36,12 @@ in
|
|||||||
|
|
||||||
extraPackages = mkOption {
|
extraPackages = mkOption {
|
||||||
type = with types; listOf package;
|
type = with types; listOf package;
|
||||||
default = with pkgs; [ ];
|
default = with pkgs; [
|
||||||
|
i3status xwayland rxvt_unicode dmenu
|
||||||
|
];
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
i3status
|
i3status xwayland rxvt_unicode dmenu
|
||||||
xwayland j4-dmenu-desktop dunst
|
|
||||||
qt5.qtwayland
|
|
||||||
imagemagick
|
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user