about summary refs log tree commit diff
path: root/users/grfn/system/home/machines
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2023-10-23T18·51-0400
committergrfn <grfn@gws.fyi>2023-11-06T21·06+0000
commitd98e47cbcfcdbe202f5b338cf70f5951a01237a4 (patch)
tree90b18a05f5c89bb0820334330d617411a9be1b78 /users/grfn/system/home/machines
parent1027754b866e9489b6db0ed18a5c736f128aadcc (diff)
fix(grfn/home): Fix home build for darwin r/6967
Change-Id: Ibcf21617a1cee66c157644712918bcd9bb390228
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9827
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/system/home/machines')
-rw-r--r--users/grfn/system/home/machines/dobharchu.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/grfn/system/home/machines/dobharchu.nix b/users/grfn/system/home/machines/dobharchu.nix
index 0b8503a00e98..c26f3baef12e 100644
--- a/users/grfn/system/home/machines/dobharchu.nix
+++ b/users/grfn/system/home/machines/dobharchu.nix
@@ -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";
 }