From 355d5e94a52384c6dd39b64755bca3b8e8a76811 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 21 May 2025 15:21:17 +0200 Subject: update to 25.05 --- hosts/darwin/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/darwin/configuration.nix') diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 9e6a4f3..b25fb18 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -1,7 +1,6 @@ { config, pkgs, lib, ...}: { - services.nix-daemon.enable = true; nix.settings.experimental-features = "nix-command flakes"; nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.config.allowUnfree = true; @@ -10,7 +9,8 @@ home = "/Users/schererleander"; shell = pkgs.zsh; }; - + + system.primaryUser = "schererleander"; system.defaults = { dock.autohide = true; }; -- cgit v1.3.1