Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default overlay #261

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Add default overlay #261

merged 2 commits into from
Jul 9, 2024

Conversation

tomkarw
Copy link
Contributor

@tomkarw tomkarw commented Jul 9, 2024

Allows conveniently installing buffrs within your devShell and/or home-manager with:

nixpkgs = {
  overlays = [ buffrs.overlays.default ];
};

and then

home.packages = with pkgs; [
  ...
  buffrs
];

@tomkarw tomkarw self-assigned this Jul 9, 2024
@tomkarw tomkarw force-pushed the tk/add-default-overlay branch from 494963e to f21f1cb Compare July 9, 2024 10:01
@tomkarw tomkarw removed the request for review from poliorcetics July 9, 2024 10:48
@tomkarw tomkarw enabled auto-merge July 9, 2024 10:48
@tomkarw tomkarw merged commit 739d002 into main Jul 9, 2024
7 checks passed
@tomkarw tomkarw deleted the tk/add-default-overlay branch July 9, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants