dotfiles/hosts/thinkpad/system/ssd.nix

9 lines
142 B
Nix
Raw Normal View History

2025-01-09 09:34:41 +01:00
{ pkgs, ... }:
{
# Automount shit, idk
services.devmon.enable = true;
services.gvfs.enable = true;
services.udisks2.enable = true;
}