Sway: Difference between revisions

Pigs (talk | contribs)
m add crosslinking in opening header
Phobos (talk | contribs)
m Added sub-section for MTP automounting
Line 373: Line 373:
}|name=/etc/nixos/configuration.nix|lang=nix}}{{Tip|Make sure that you do not have conflicting definitions for xdg.portal in Home Manager.}}
}|name=/etc/nixos/configuration.nix|lang=nix}}{{Tip|Make sure that you do not have conflicting definitions for xdg.portal in Home Manager.}}


=== Auto mounting USB storage devices (e.g. Flash Drives) ===
=== Auto mounting ===
 
==== USB storage devices (e.g. Flash Drives) ====
You can use [https://github.com/coldfix/udiskie udiskie] to automatically mount external storage medias.
You can use [https://github.com/coldfix/udiskie udiskie] to automatically mount external storage medias.


Line 383: Line 385:


See related info on [[USB storage devices]].
See related info on [[USB storage devices]].
==== MTP (Android Phone Storage) ====
File managers that support [https://wiki.gnome.org/Projects/gvfs GVfs], such as [[Thunar]], can mount MTP devices using GVfs.
{{File|3=services.gvfs.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}


=== Screen dimming with wl-gammarelay-rs ===
=== Screen dimming with wl-gammarelay-rs ===