1
0
Fork 0
nix-system-configurations/home-manager/proxmox/home.nix
2025-09-26 19:22:52 -05:00

13 lines
213 B
Nix

# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
#
# SPDX-License-Identifier: MIT
{ ... }:
{
imports = [
# ../personal/ai.nix
../base.nix
../foreign.nix
../ssh-env.nix
];
}