Skip to content

Commit

Permalink
macos stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Bendik Dyrli <[email protected]>
  • Loading branch information
Bendik Dyrli committed Sep 6, 2024
1 parent 6225066 commit e6abc42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion hosts/SpaceCruiser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
allowUnfreePredicate = (_: true);
};
};
imports = [ <home-manager/nix-darwin> ];
# imports = [ <home-manager/nix-darwin> ];
home-manager = {
useGlobalPkgs = false; # makes hm use nixos's pkgs value
extraSpecialArgs = { inherit inputs; }; # allows access to flake inputs in hm modules
users.hx = { config, pkgs, ... }: {
home.homeDirectory = lib.mkForce "/Users/hx";

imports = [
../../home/hx
../../home/hx/cli.nix
../../home/hx/hm/configurations/tmux
../../home/hx/hm/configurations/vim
Expand Down

0 comments on commit e6abc42

Please sign in to comment.