1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-28 20:05:02 +01:00
home-manager/tests/integration/standalone/mu/config-no-accounts.nix
2024-12-23 10:00:12 +01:00

9 lines
170 B
Nix

{
home.username = "alice";
home.homeDirectory = "/home/alice";
home.stateVersion = "24.11";
programs.mu.enable = true;
programs.home-manager.enable = true;
}