5 lines
95 B
Nix
5 lines
95 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
programs.home-manager.enable = true;
|
||
|
home.stateVersion = "20.03";
|
||
|
}
|