fix(grfn/home): Fix home build for darwin
Change-Id: Ibcf21617a1cee66c157644712918bcd9bb390228 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9827 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
1027754b86
commit
d98e47cbcf
6 changed files with 21 additions and 10 deletions
|
|
@ -4,7 +4,7 @@
|
|||
imports = [
|
||||
../platforms/darwin.nix
|
||||
../modules/common.nix
|
||||
../modules/games.nix
|
||||
# ../modules/games.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -14,4 +14,7 @@
|
|||
pass
|
||||
pinentry_mac
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "21.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue