Added: Darwin Config

This commit is contained in:
2025-09-27 14:30:25 +02:00
parent 03aebab782
commit 26461fbf13
11 changed files with 1333 additions and 0 deletions

11
users/phil/darwin.nix Normal file
View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, inputs, username, ... }:
{
# macOS-specific user configuration
# You can import shared home configurations here
imports = [
../../home/programs/productivity/okular.nix
];
# macOS-specific home-manager settings
home.stateVersion = "24.05"; # Match your existing version
}