Files
nixos/hosts/hakase/configuration.nix
T
2025-12-22 09:32:38 -06:00

10 lines
185 B
Nix

{pkgs, ...}: {
imports = [
../../system/version.nix
../../system/user.nix
../../system/home-manager.nix
../../system/hardware.nix
../../system/services.nix
];
}