diff options
| author | schererleander <leander@schererleander.de> | 2025-05-08 15:32:23 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-08 15:32:23 +0200 |
| commit | 188374aeb7e1d93035445d188046578e34d2f3e0 (patch) | |
| tree | 18010befab937dc2ec06156f114c874d46189689 /hosts | |
| parent | 9425055b13d4fa89280b899c2bde22fadc8561b3 (diff) | |
fix missing programs spotlight
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darwin/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
