Files
nixos/home/hakase.nix
T
2025-12-23 21:50:16 +00:00

10 lines
163 B
Nix

{pkgs, ...}: {
imports = [
../modules/home/terminal.nix
../modules/home/apps.nix
../modules/home/hyprland.nix
];
home.stateVersion = "25.05";
}