NiksOS/home/default.nix

15 lines
216 B
Nix

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