aboutsummaryrefslogtreecommitdiff
path: root/hosts/macbook/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-29 12:53:45 +0200
committerschererleander <leander@schererleander.de>2025-07-29 12:53:45 +0200
commit0a4641b861cccad2b0157c453ac1b99117af5bc8 (patch)
tree6fc3e770431a34b6662ffc365291ccbddc141825 /hosts/macbook/configuration.nix
parent9a8116cbc211f03982e3e4dfdc326df38b4a0574 (diff)
chore: formatting
Diffstat (limited to 'hosts/macbook/configuration.nix')
-rw-r--r--hosts/macbook/configuration.nix11
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;