Rearrange file structure

This commit is contained in:
Yan Lin 2025-09-02 23:26:46 +02:00
parent de1bfdcbe6
commit 530274e081
8 changed files with 20 additions and 29 deletions

View file

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
# iMac-specific configuration
networking.computerName = "iMac";
networking.hostName = "iMac";
# Import common Darwin configuration
imports = [
../system-default.nix
];
}