13 lines
262 B
Nix
13 lines
262 B
Nix
{pkgs, ...}: {
|
|
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
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|