index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nixpkgs
/
pkgs
/
scripts
(
unfollow
)
Commit message (
Collapse
)
Author
2024-03-30
style(treewide): Format
Soispha
2024-03-30
feat(pkgs/scripts/fupdate): Generate completions
Soispha
2024-03-29
fix(pkgs/scripts/fupdate): Ignore args after `--`
Soispha
2024-03-29
fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update script
Soispha
Previously, arguments to fupdate were also passed along to the update script, they should now be filtered out. If passing them along is wanted, they can be put behind a `--`.
2024-03-29
fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-script
Soispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29
docs(pkgs/scripts/fupdate): Add somewhat better documentation
Soispha
2024-03-24
fix(treewide): Update the shell library version
Soispha
2024-03-23
feat(pkgs/scripts/spodi): Rewrite to support artist `update`
Soispha
2024-03-23
feat(pkgs/scripts/fupdate): Add support for updating without running the script
Soispha
2024-03-10
fix(pkgs/scripts/update-sys): Add new `systemd-run` dependency
Soispha
2024-03-07
fix(pkgs/scripts/neorg/review): Use dataHome to store data
Soispha
2024-03-07
feat(pkgs/scripts/neorg/review): Only review opened projects
Soispha
2024-03-06
fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)
Soispha
2024-03-01
fix(pkgs/scripts/mpc-fav): Update database after adding a new favorite
Soispha
2024-03-01
feat(pkgs/neorg/review): Init
Soispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-02-28
fix(pkgs/scripts/fupdate): Exit after running the main loop
Soispha
2024-02-28
fix(hm/pkgs): Put all my scripts in the `scripts` namespace
Soispha
2024-02-24
chore(version): v1.33.2
Soispha
2024-02-24
fix(pkgs/scripts/aumo): Add a warning on wrong usage
Soispha
2024-02-24
fix(treewide): Add shell library import directive
Soispha
2024-02-24
build(treewide): Update shell library
Soispha
2024-02-24
style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help text
Soispha
2024-02-24
style(sys/nixpkgs/pkgs/scripts/fupdate): Format
Soispha
2024-02-24
refactor(hm/pkgs): Implement with an nixpkgs overlay
Soispha