nix-conf/home-modules/users/default.nix

5 lines
41 B
Nix
Raw Permalink Normal View History

2024-07-16 22:04:08 +02:00
{ ... }:
{
2024-08-08 21:08:25 +02:00
imports = [ ./jopejoe1 ];
2024-07-16 22:04:08 +02:00
}