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