8 lines
85 B
Nix
Raw Permalink Normal View History

2025-05-25 11:55:51 +02:00
{ ... }:
{
home.stateVersion = "24.11";
2025-05-28 12:22:34 +02:00
modules.profiles.base.enable = true;
2025-05-25 11:55:51 +02:00
}