Auto mount external devices

This commit is contained in:
Daniel Siepmann 2023-04-11 17:50:36 +02:00
parent 71da7bc98f
commit 3082a33fbd
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,4 +1,8 @@
{ config, pkgs, ownLib }:
{
config
,pkgs
,ownLib
}:
# Use `xbindkeys --key` to find key name, see: https://wiki.archlinux.org/title/Xbindkeys
@ -189,6 +193,10 @@ in {
command = "nm-applet";
notification = false;
}
{
command = "${pkgs.udiskie}/bin/udiskie --smart-tray";
notification = false;
}
];
keybindings = {