nix-dotfiles/home-manager/modules/udiskie.nix
2026-01-01 20:28:16 -07:00

5 lines
65 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
udiskie
];
}