Added: Darwin Config
This commit is contained in:
11
users/phil/darwin.nix
Normal file
11
users/phil/darwin.nix
Normal 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
|
||||
}
|
Reference in New Issue
Block a user