- `cura` without disallowed areas for Ender 3 printers - `udiskie` service for automounting - Emacs - removed `vimish-fold` and `evil-vimish-fold` - added `origami` - added `highlight-indent-guides` - restored and improved `dirvish`
7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
automount = true;
|
|
tray = "auto";
|
|
};
|
|
}
|