Skip to content

Commit

Permalink
fix: home-manager configuration on darwin (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 authored May 21, 2024
1 parent 2400458 commit 8db420f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions home-manager/darwin/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ inputs
, lib
, config
{ outputs
, pkgs
, ...
}: {
Expand All @@ -27,6 +25,7 @@
# patches = [ ./change-hello-to-hi.patch ];
# });
# })
outputs.overlays.unstable-packages
];
# Configure your nixpkgs instance
config = {
Expand Down

0 comments on commit 8db420f

Please # to comment.