Rename to all small letters

This commit is contained in:
Yan Lin 2025-09-09 22:02:46 +02:00
parent 3d5883898f
commit 5aa4769b92
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
imports = [
../home-default.nix
];
# iMac-specific home configuration
# Example: Different screen setup, desktop-specific tools, etc.
}