From 188374aeb7e1d93035445d188046578e34d2f3e0 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 8 May 2025 15:32:23 +0200 Subject: fix missing programs spotlight --- hosts/darwin/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/darwin') diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 86dee3c..573bacd 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -6,7 +6,6 @@ nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.config.allowUnfree = true; - users.users.schererleander = { home = "/Users/schererleander"; shell = pkgs.zsh; @@ -28,4 +27,4 @@ }; system.stateVersion = 5; -} +} \ No newline at end of file -- cgit v1.3.1