diff options
author | polwex <code@yago.one> | 2025-02-21 10:30:15 +0000 |
---|---|---|
committer | polwex <code@yago.one> | 2025-02-21 10:30:15 +0000 |
commit | 266bcb770323b5d461347fbdc83e43296cb18d34 (patch) | |
tree | 1a68ef41860b79f6566f61065be465f7afa7386a /hosts/mac/m1mba/configuration.nix | |
parent | c0be55eb72fdad38de6e1c72a52b1500216c3043 (diff) | |
parent | c758310626204f21fcddda5334e79d645b2dca2e (diff) |
Merge pull request 'mac2' (#3) from mac2 into master
Reviewed-on: https://git.sortug.com/polwex/nixconf/pulls/3
Diffstat (limited to 'hosts/mac/m1mba/configuration.nix')
-rw-r--r-- | hosts/mac/m1mba/configuration.nix | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/hosts/mac/m1mba/configuration.nix b/hosts/mac/m1mba/configuration.nix index 373f781..ed64688 100644 --- a/hosts/mac/m1mba/configuration.nix +++ b/hosts/mac/m1mba/configuration.nix @@ -1,18 +1,11 @@ {...}: { imports = [ ../../base.nix + ../../users.nix + ../../editors.nix + ../../pkgs.nix ../mac.nix - ./users.nix - ./pkgs.nix + ]; - # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; - # nix.package = pkgs.nix; - # Used for backwards compatibility, please read the changelog before changing. - # $ darwin-rebuild changelog - system.stateVersion = 4; - - # The platform the configuration will be used on. - nixpkgs.hostPlatform = "aarch64-darwin"; } |