1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 10:16:55 +00: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;
}