feat(nix): migrate MacOS settings to nix-darwin

This commit is contained in:
Stefan Imhoff
2024-07-31 16:45:53 +02:00
parent c5be8e73b6
commit a635371714
13 changed files with 168 additions and 209 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
{
imports = [
@@ -10,5 +10,10 @@
home = "/Users/kogakure";
};
nixpkgs.hostPlatform = "aarch64-darwin";
# Screenshots
system.defaults.screencapture.location = "${config.users.users.kogakure.home}/Dropbox/Bilder/Screenshots";
homebrew = import ./homebrew.nix;
}