configuration.nix/home/common/default.nix

5 lines
79 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
imports = [./programs ./services];
home.stateVersion = "23.05";
}