From 0a4641b861cccad2b0157c453ac1b99117af5bc8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 12:53:45 +0200 Subject: chore: formatting --- hosts/macbook/configuration.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'hosts/macbook/configuration.nix') diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index e7613de..48789b0 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -1,10 +1,8 @@ -{ config, pkgs, lib, ...}: - { - nix.settings.experimental-features = "nix-command flakes"; - nixpkgs.hostPlatform = "aarch64-darwin"; - nixpkgs.config.allowUnfree = true; + ... +}: +{ users.users.schererleander.home = "/Users/schererleander"; system.primaryUser = "schererleander"; @@ -39,6 +37,9 @@ "bambu-studio" "arduino-ide" "anki" + "iterm2" + "rectangle" + "spotify" ]; onActivation.cleanup = "zap"; onActivation.autoUpdate = true; -- cgit v1.3.1