NixOS-Config/modules/home/users/default.nix

7 lines
44 B
Nix
Raw Permalink Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./jimbo
];
}