NiksOS/home/default.nix
2025-02-14 19:40:27 +00:00

14 lines
201 B
Nix

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