diff options
Diffstat (limited to 'hosts/macbook/configuration.nix')
| -rw-r--r-- | hosts/macbook/configuration.nix | 11 |
1 files changed, 6 insertions, 5 deletions
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; |
