NiksOS/home/default.nix
2025-04-17 20:09:30 +02:00

16 lines
231 B
Nix

{osConfig, ...}: {
imports = [
./wayland
./shell
./style
./programs
./services
];
home = {
inherit (osConfig.system) stateVersion;
username = "jsw";
};
programs.home-manager.enable = true;
}