dotfiles/nixos/hosts/daikon.nix
2025-05-22 23:04:21 +02:00

5 lines
102 B
Nix

{ deprekages, lib, ... }:
{
# Use a HM standalone install.
programs.home-manager.enable = true;
}