Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nix-darwin/home-modules/programs/spacemacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
cmake
gcc
libgccjit
editorconfig-core-c
];
};
services = {
Expand Down
7 changes: 4 additions & 3 deletions nix-darwin/users/henri.vandersleyen/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading