nixos_config/home/profiles/base.nix
2026-03-10 21:50:51 +01:00

6 lines
66 B
Nix

{ ... }:
{
imports = [
../users/alisceon/default.nix
];
}