19 lines
354 B
Nix
19 lines
354 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../modules/home/terminal.nix
|
|
../modules/home/apps.nix
|
|
../modules/home/apps-optional.nix
|
|
../modules/home/hyprland.nix
|
|
../modules/home/waybar.nix
|
|
../modules/home/theme.nix
|
|
../modules/home/gaming.nix
|
|
inputs.walker.homeManagerModules.default
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|