nixfleet/users/profiles/udiskie/default.nix
Andrea Ciceri 28f14cab2e
Things
- `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`
2022-06-03 11:48:47 +02:00

7 lines
92 B
Nix

{
services.udiskie = {
enable = true;
automount = true;
tray = "auto";
};
}