mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
feat(modules): add use-nixld option to common nix configuration
This commit is contained in:
parent
5c0274e681
commit
14135dfb9e
2 changed files with 14 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
packages = [];
|
||||
};
|
||||
|
||||
# TODO: look at git-sync for syncing stuff like obsidian vaults.
|
||||
programs.git-credential-oauth.enable = true;
|
||||
|
||||
# Declare user packages.
|
||||
home.packages = with pkgs; [
|
||||
### General
|
||||
|
@ -46,6 +49,7 @@
|
|||
bun
|
||||
devenv
|
||||
python39
|
||||
poetry
|
||||
nil
|
||||
zed-editor
|
||||
bruno
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue