Sway : Disable DM.
This commit is contained in:
parent
8d22b45459
commit
0e50ddd4dd
|
@ -1,11 +1,4 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
# GUI.
|
|
||||||
services.xserver.enable = true;
|
|
||||||
services.xserver.xkb = {
|
|
||||||
layout = "us,ru";
|
|
||||||
options = "grp:caps_toggle,lv3:ralt_switch";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Specify default apps.
|
# Specify default apps.
|
||||||
xdg.mime.defaultApplications = {
|
xdg.mime.defaultApplications = {
|
||||||
# Use `file -i file.txt` to find file mime type.
|
# Use `file -i file.txt` to find file mime type.
|
||||||
|
|
Loading…
Reference in a new issue