1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00
oddlama_nix-config/users/modules/default.nix
2024-11-13 19:49:09 +01:00

5 lines
41 B
Nix

{
imports = [
./secrets.nix
];
}