# Buckwheat home.nix { config, lib, pkgs, inputs, user, ... }: { home.packages = with pkgs; [ mixxx virt-manager ]; services = { udiskie = { enable = true; automount = true; notify = true; tray = "auto"; }; }; }