1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-30 04:45:02 +01:00
home-manager/tests/integration/standalone/mu/config-no-accounts.nix

10 lines
170 B
Nix
Raw Normal View History

2024-12-17 17:28:24 +01:00
{
home.username = "alice";
home.homeDirectory = "/home/alice";
home.stateVersion = "24.11";
programs.mu.enable = true;
programs.home-manager.enable = true;
}