4 lines
89 B
Nix
4 lines
89 B
Nix
{ pkgs, ... }: {
|
|
home.stateVersion = "23.11";
|
|
programs.home-manager.enable = true;
|
|
}
|