diff --git a/nix-darwin/home-modules/programs/spacemacs.nix b/nix-darwin/home-modules/programs/spacemacs.nix index 1346c4b8..22b1e399 100644 --- a/nix-darwin/home-modules/programs/spacemacs.nix +++ b/nix-darwin/home-modules/programs/spacemacs.nix @@ -12,6 +12,7 @@ cmake gcc libgccjit + editorconfig-core-c ]; }; services = { diff --git a/nix-darwin/users/henri.vandersleyen/configuration.nix b/nix-darwin/users/henri.vandersleyen/configuration.nix index 6d87732f..7f5916ca 100644 --- a/nix-darwin/users/henri.vandersleyen/configuration.nix +++ b/nix-darwin/users/henri.vandersleyen/configuration.nix @@ -18,10 +18,11 @@ }; # system.configurationRevision = self.rev or self.dirtyRev or null; system.stateVersion = 5; - nixpkgs.hostPlatform = "x86_64-linux"; + nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.config.allowUnfree = true; - users.users."henri".home = "/home/henri"; - users.users."henri".shell = pkgs.fish; + + users.users."henri.vandersleyen".home = "/Users/henri.vandersleyen"; + users.users."henri.vandersleyen".shell = pkgs.nushell; home-manager.backupFileExtension = "backup"; nix.configureBuildUsers = true; nix.useDaemon = true;