11 lines
194 B
Nix
11 lines
194 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
../modules/home/terminal.nix
|
|
../modules/home/apps.nix
|
|
../modules/home/hyprland.nix
|
|
../modules/home/waybar.nix
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|