1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: remove unnecessary uid module

This commit is contained in:
oddlama 2024-11-13 19:49:09 +01:00
parent 32e9896154
commit dee73f191d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 0 additions and 22 deletions

View file

@ -1,6 +1,5 @@
{
imports = [
./uid.nix
./secrets.nix
];
}