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 common settings to all configurations #75

Merged
merged 7 commits into from
Oct 1, 2024
Merged

Add common settings to all configurations #75

merged 7 commits into from
Oct 1, 2024

Conversation

srid
Copy link
Owner

@srid srid commented Oct 1, 2024

These are sensible defaults we generally want across all configurations -- home-manager, NixOS, nix-darwin.

Note: NixOS (and nix-darwin) recently gained some defaults that we don't add here: NixOS/nixpkgs#254405

These are sensible defaults we generally want across all configurations.
@srid srid marked this pull request as ready for review October 1, 2024 20:59
Comment on lines 29 to 32
# Enables use of `nix-shell -p ...` etc
nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ];
# Make `nix shell` etc use pinned nixpkgs
registry.nixpkgs.flake = flake.inputs.nixpkgs;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srid srid changed the title Add common settings to NixOS and nix-darwin configurations Add common settings to NixOS, nix-darwin, home-manager configurations Oct 1, 2024
@srid srid changed the title Add common settings to NixOS, nix-darwin, home-manager configurations Add common settings to all configurations Oct 1, 2024
@srid srid merged commit cb794a4 into master Oct 1, 2024
10 checks passed
@srid srid deleted the common branch October 1, 2024 22:01
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.

1 participant