diff options
Diffstat (limited to 'hosts/darwin/configuration.nix')
| -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 |
