flocon/home/common/core.nix

7 lines
154 B
Nix
Raw Normal View History

2024-09-24 21:47:52 +00:00
{inputs, ...}: {
2024-08-25 19:58:12 +00:00
home.username = "nezia";
home.homeDirectory = "/home/nezia";
programs.home-manager.enable = true;
home.stateVersion = "24.05";
}