mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate MacOS settings to nix-darwin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user