home-manager-ci[bot]
c82ad3bc5c
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/ec7c70d12ce2fc37cb92aff673dcdca89d187bae?narHash=sha256-9xejG0KoqsoKEGp2kVbXRlEYtFFcDTHjidiuX8hGO44%3D' (2026-02-11)
→ 'github:NixOS/nixpkgs/dd9b079222d43e1943b6ebd802f04fd959dc8e61?narHash=sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE%3D' (2026-02-27)
2026-03-03 14:24:37 -06:00
Karun Sandhu
2b9504d5a0
hyprland: allow closing submaps on dispatch
...
This adds an 'onDispatch' option to the 'submaps' attribute set,
enabling the 'submap = name, ondispatch' syntax which allows submaps to
be closed automatically after a dispatch.
2026-03-02 23:43:40 -06:00
leiserfg
9d83727001
vicinae: restart service on config change
2026-03-02 23:37:26 -06:00
home-manager-ci[bot]
6ac68b96a8
maintainers: update all-maintainers.nix
...
Automated update of the master maintainers list combining:
- Home Manager specific maintainers from modules/lib/maintainers.nix
- Nixpkgs maintainers referenced in Home Manager modules
**Added:** 1 maintainers
**Removed:** 0 maintainers
**Total:** 284 → 285 maintainers
**✅ Added:** mana-byte
Generated by: lib/python/generate-all-maintainers.py
2026-03-02 23:32:54 -06:00
Adam C. Stephens
a71c7c601e
home-environment: revert use nix profile add instead of install
...
This reverts commit e8d5fc77c2 .
2026-03-02 23:32:28 -06:00
Vinicius Deolindo
f140aa04d7
colima: add kubectl to the service's $PATH
2026-03-01 09:54:21 -06:00
Jasper Chan
9c8b3cc2d5
nnn: allow setting default cli arguments
2026-03-01 09:51:08 -06:00
magicquark
7608066893
pyradio: add group details to stations description
2026-03-01 09:49:52 -06:00
magicquark
56c1ceb3c8
pyradio: add per-station player profile option
2026-03-01 09:49:52 -06:00
magicquark
358bafaf95
pyradio: add per-station buffering option
2026-03-01 09:49:52 -06:00
magicquark
e04cf4c16d
pyradio: add per-station forceHttp option
2026-03-01 09:49:52 -06:00
magicquark
1efaaf2072
pyradio: add per-station icon url option
2026-03-01 09:49:52 -06:00
magicquark
ebe3ca5c9c
pyradio: add per-station encoding option
2026-03-01 09:49:52 -06:00
magicquark
fd40fa91a4
pyradio: refactor generation of csv row
2026-03-01 09:49:52 -06:00
magicquark
53069c542e
pyradio: add per-station volume option
2026-03-01 09:49:52 -06:00
Issam E. Maghni
cf7448c589
accounts.email: add mailbox.org flavor
...
Based on the [official documentation][1].
[1]: https://kb.mailbox.org/en/private/e-mail/e-mail-configuration/
2026-03-01 09:49:04 -06:00
rsahwe
92460de672
rizin: fix comment character typo
2026-03-01 09:48:35 -06:00
Austin Horstman
6f2cb27ea6
tests/codex: consolidate tests
...
Reduce test case setup to cover same logic branches.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-01 09:18:14 -06:00
Austin Horstman
e0bcb05ce9
tests/codex: update skills tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-01 09:18:14 -06:00
Austin Horstman
680a967f21
codex: fix skills location for new version
...
Recently changed location where codex looks for skills. Version gate
where we install the skills.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-01 09:18:14 -06:00
Matthieu Coudron
58fd7ff0ee
justfile: moved format command from Makefile
...
Migrating command from Makefile to justfile.
I could not find any reference in the doc so I kept a migration
instruction in Makefile.
2026-02-28 20:03:31 -06:00
Austin Horstman
6656349da8
tests/lazyworktree: add integration asserts
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 20:01:47 -06:00
Austin Horstman
f31dbc1042
lazyworktree: add shell integration
...
Add shell integration that functions similar to lazygit for navigating
to directory of the chosen worktree.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 20:01:47 -06:00
Austin Horstman
6da59c400c
tests/lazyworktree: updated settings example
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 20:01:47 -06:00
Austin Horstman
cd9d012ba3
lazyworktree: updated settings example
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-28 20:01:47 -06:00
Ondřej Kvapil
f3a30376bb
difftastic: allow repeating options
...
/ triage (push) Has been cancelled
GitHub Pages / publish (ubuntu-latest) (push) Has been cancelled
The type was overly restrictive, see
https://github.com/nix-community/home-manager/pull/7947/changes#r2858054388
2026-02-27 19:59:12 +01:00
Austin Horstman
2a39b0828b
tests/starship: add no settings and presets tests
...
Help catch future regressions
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-26 22:00:35 -06:00
Austin Horstman
3113094428
starship: only generate file when configured
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-26 22:00:35 -06:00
Austin Horstman
d70de619f7
starship: lint cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-26 22:00:35 -06:00
Bruno BELANYI
dcfc84871c
mpv: add 'extraMakeWrapperArgs'
2026-02-26 21:39:23 -06:00
Bruno BELANYI
14e98b1d96
tests: mpv: add 'mpv-scripts'
2026-02-26 21:39:23 -06:00
Bruno BELANYI
ccd5351436
tests: mpv: refactor stubs definition
...
I am about to introduce more tests making use of the stubs, let's
centralize them in one file.
2026-02-26 21:39:23 -06:00
Bruno BELANYI
c3f348111f
mpv: refactor wrapping
...
This makes it slightly easier to add additional wrapper options.
2026-02-26 21:39:23 -06:00
sollniss
04acdd8af8
anki: support multiple profiles
2026-02-26 21:37:56 -06:00
Rane
bff85cb66b
claude-code: add support for output styles
...
Adds an option to populate the output_styles directory,
which is used by Claude Code to make custom output styles available.
2026-02-26 21:37:08 -06:00
Utkarsh Gupta
920c07c691
colim|docker-cli: switch to xdg by default in 26.05
2026-02-26 21:34:24 -06:00
Utkarsh Gupta
221046764c
colima: set $DOCKER_HOST for default context in 26.05
2026-02-26 21:34:24 -06:00
Utkarsh Gupta
91920e955f
colima: add homeDir & respect XDG
2026-02-26 21:34:24 -06:00
Utkarsh Gupta
6f35059f9a
docker-cli: allow absolute paths for configDir
2026-02-26 21:34:24 -06:00
mana-byte
3233912054
mistral-vibe: remove vim_keybindings from example
2026-02-26 21:30:37 -06:00
mana-byte
f2579cddca
mistral-vibe: add mana-byte to maintainers
2026-02-26 21:30:37 -06:00
bandithedoge
ec4e1159d9
starship: add presets option
2026-02-26 21:30:07 -06:00
rsahwe
b96418f81b
rizin: add settings option
...
This adds a settings option to the rizin module,
which allows configuring rizin with the e command.
All other configuration currently still requires extraConfig.
2026-02-26 21:26:20 -06:00
octvs
31ea32fa14
i3-sway: allow inverse_outer on smart_gaps
...
Change the boolean `smartGaps` option to an `enum` that expects common
values of i3 and sway ("on" "off" "inverse_outer").
2026-02-26 21:07:13 -06:00
cethien
a5b92cc213
rclone: added sanitazion in systemd service name
...
- replaces $ and spaces
- escapes mount path
2026-02-26 21:02:03 -06:00
Ben Brown
b42875c294
waybar: Avoid reload onChange when systemd integration is enabled
...
When systemd integration is enabled, systemd will handle the issuing of
`SIGUSR2` through `X-Reload-Triggers`.
All this would do is trigger multiple `SIGUSR2` signals, which can
exacerbate this upstream issue:
https://github.com/Alexays/Waybar/issues/3344#issuecomment-2390661508
2026-02-26 20:51:32 -06:00
teto
4c4fd4ed6b
feat: introduce development shell
...
flakes are not stable yet, community is divided but maintaining both
flake and a set of dependencies in our scripts is hard.
So provide a nix-shell that fetches the nixpkgs recorded in the
flake.lock to keep a single source of truth
doc: updated the doc to advise `nix-shell -A dev`
2026-02-26 20:44:57 -06:00
teto
58330fd08d
flake: add a devShell
...
that includes the formatter
2026-02-26 20:44:57 -06:00
Lyra Aranha
27ba84b1f0
nixpkgs: add setting nixpkgs.config.allowUnfreePackages = ["list" "of" "packages"]
2026-02-26 20:39:49 -06:00
Anton Tetov
ce9b6e5250
difftastic: fix example: s/sort-path/sort-paths/
...
Fixed the example, I realized it was wrong since I copied it and got an error:
```
$ difft --sort-path
error: unexpected argument '--sort-path' found
tip: a similar argument exists: '--sort-paths'
```
The option is documented in `difft --help` and implemented in `difftastic/src/options.rs`.
7d8175dccf/src/options.rs (L375)
It's used correctly in the jujutsu submodule at the end of this file.
2026-02-25 23:55:33 +01:00