Mel Bourgeois
d398f95f1e
nixgl: use original package name
...
Some Home Manager modules depend on the name, so changing it in the
wrapper can break them.
2025-09-24 15:05:12 +02:00
Josh Romer
f678263ecf
mpvpaper: fix typos
2025-09-24 08:01:25 -05:00
David Chocholatý
6ce2e18007
nix-your-shell: Allow using nom for nix commands
2025-09-24 00:33:25 -05:00
Alex Ionescu
cb68b5cd6a
syncthing: handle per-folder encryptionPasswordFile
...
This change allows configuring per-folder encryption passwords declaratively (and without leaking them into the store), modeled after the upstream Nixpkgs changes from https://github.com/NixOS/nixpkgs/pull/383442 .
Closes https://github.com/nix-community/home-manager/issues/7318 .
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>
Co-authored-by: Aurimas Blažulionis <0x60@pm.me>
2025-09-24 00:31:30 -05:00
Edwin Mackenzie-Owen
676c0159ed
sway: print hint when checking the config file fails ( #7665 )
2025-09-23 20:20:06 -05:00
June Stepp
131f4e22c3
anki: rename sync.passwordFile, improve documentation
...
The account password is different from the sync key needed here. Add
instructions for how to get the sync key, and make the option name
accurate.
2025-09-23 13:44:15 -05:00
June Stepp
f5852ea36c
anki: fix ankiAddons.passfail2 example
2025-09-23 13:44:15 -05:00
June Stepp
293d105993
anki: strip usernameFile and passwordFile contents
2025-09-23 13:44:15 -05:00
Aguirre Matteo
5468c92a23
news: add ahoviewer entry
2025-09-23 12:26:21 -05:00
Aguirre Matteo
366b60b8a0
ahoviewer: add module
2025-09-23 12:26:21 -05:00
Dietrich Daroch
9a2dc0efbc
zellij: Add extraConfig
...
This allows working around [#4659 ](https://github.com/nix-community/home-manager/issues/4659 )
While fixing `toKDL` might be fun, I just don't think it's a good use of
anyone's time.
---
This is still untested.
2025-09-22 21:08:51 -05:00
André Silva
f59891d511
xdg-mime-apps: no spaces in default app entries
2025-09-22 20:56:58 -05:00
Austin Horstman
9b6e609a6e
octant: remove module
...
Package removed from nixpkgs, project repository was archived two years
ago and no longer maintained.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-22 13:37:04 +02:00
Aguirre Matteo
939e91e1cf
news: add fabric-ai entry
2025-09-21 09:18:26 -05:00
Aguirre Matteo
61c84a3bbf
fabric: add module
2025-09-21 09:18:26 -05:00
Aguirre Matteo
f3ff73a5e1
news: add animdl entry
2025-09-21 09:15:59 -05:00
Aguirre Matteo
20d75ecd36
animdl: add module
2025-09-21 09:15:59 -05:00
Austin Horstman
edc7468e12
yazi: add extraPackages option for wrapper PATH extension
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-20 08:41:17 -05:00
ShadowTiger Raptor
d5fb6ebc4f
Translate using Weblate (Basque)
...
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (Basque)
Currently translated at 100.0% (39 of 39 strings)
Co-authored-by: ShadowTiger Raptor <sh4dowtig3r@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/eu/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/eu/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2025-09-20 08:40:45 -05:00
jaredmontoya
55b1f5b7b1
wleave: init ( #7835 )
2025-09-19 10:43:34 -05:00
Robert Helgesson
efcba687d3
xdg-mime-apps: add defaultApplicationPackages option
...
This option allows a user to inject default applications directly from
a list of specified packages. It was previously possible to do this,
but only through import from derivation.
2025-09-19 16:23:57 +02:00
Gaetan Lepage
e387519338
news: add entry for nix-remote-build
2025-09-19 08:33:40 -05:00
Gaetan Lepage
e81d71d53a
nix-remote-build: add module
2025-09-19 08:33:40 -05:00
Bot_wxt1221
ace8759715
swaync: fix eval problem ( #7844 )
2025-09-19 08:15:27 -05:00
Joaquín Triñanes
363007f129
nushell: expose config dir location as option
2025-09-18 21:58:26 -05:00
Joaquín Triñanes
b47ea12ff4
mise: statically generate nushell config
2025-09-18 21:45:45 -05:00
Joaquín Triñanes
3f47f72c97
mise: disable shell integration when package == null
...
There's a warning already in place for this, but instead of skipping the
shell integration the build process would fail due to `lib.getExe` being
passed a null value.
2025-09-18 21:45:45 -05:00
Michael Daniels
3cb08dd360
nvchecker: add module
2025-09-18 21:36:47 -05:00
Aguirre Matteo
891d675cd6
news: add acd-cli entry
2025-09-18 21:18:14 -05:00
Aguirre Matteo
b8596c1b23
acd-cli: add module
2025-09-18 21:18:14 -05:00
Aguirre Matteo
32bfbc996e
news: add abaddon entry
2025-09-18 21:17:45 -05:00
Aguirre Matteo
acaf3971c1
abaddon: add module
2025-09-18 21:17:45 -05:00
Aguirre Matteo
b5698ed57d
retext: add module
2025-09-18 16:56:09 +02:00
mcnesium
bf7056c6a2
nextcloud-client: add stop and restart settings to the service
...
The service fails on Home Manager switch every now and then. This
commit add explicit stop and restart settings to it.
This also adds some additional parameters used in the upstream service
definition.
2025-09-18 10:30:48 +02:00
Kiril Pan
be9c10d4a7
Translate using Weblate (Bulgarian)
...
Currently translated at 100.0% (17 of 17 strings)
Co-authored-by: Kiril Pan <eccyboo@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/bg/
Translation: Home Manager/Home Manager Modules
2025-09-18 10:22:14 +02:00
Kiril Mihaylov
6450736148
Translate using Weblate (Bulgarian)
...
Currently translated at 100.0% (17 of 17 strings)
Co-authored-by: Kiril Mihaylov <kiril195@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/bg/
Translation: Home Manager/Home Manager Modules
2025-09-18 10:22:14 +02:00
Borislav Rangelov
4dbbc965c0
Translate using Weblate (Bulgarian)
...
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (Bulgarian)
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (Bulgarian)
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (Bulgarian)
Currently translated at 100.0% (39 of 39 strings)
Co-authored-by: Borislav Rangelov <borislav.y.rangelov@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/bg/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/bg/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2025-09-18 10:22:14 +02:00
Aguirre Matteo
a504aee7d4
news: add formiko entry
2025-09-17 20:58:54 -05:00
Aguirre Matteo
9093a3f200
formiko: add module
2025-09-17 20:58:54 -05:00
Robert Helgesson
5c14260fad
systemd: make unit definitions freeform modules
...
We add types for a few of the most common attributes.
2025-09-17 16:26:12 +02:00
Joaquín Triñanes
bc8967cdb0
gpg-agent: write nushell initialization to config file
...
According to the nushell docs (https://www.nushell.sh/book/configuration.html#configuration-overview ):
"The first file loaded is env.nu, which was historically used to override environment variables. However, the current "best-practice" recommendation is to set all environment variables (and other configuration) using config.nu and the autoload directories below."
2025-09-17 08:15:29 -05:00
Austin Horstman
b035546241
news: add opencode entry for new agent and command support
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 07:23:42 -05:00
Austin Horstman
c104ee92bf
opencode: path support for agents/commands
...
Support paths for the commands/agents since we are linking files.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 07:23:42 -05:00
Austin Horstman
d7686f26e8
opencode: add support for agent and command files
...
Opencode can support loading agents/commands from files in the config
folder. This allows re-using the same agents/commands between different
coding assistants easier than trying to fit their structured json
configuration.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 07:23:42 -05:00
Austin Horstman
846f27fba8
claude-code: support paths for agents/commands
...
Support passing actual files to the agents/commands since they will be
used to generate files.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 00:07:05 -05:00
Austin Horstman
51372c4afb
oh-my-posh: add assertion for config source
...
We only use one of the config methods, let user know their configuration
will be discarded if they attempt to use more than one.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 00:06:30 -05:00
Yechiel Worenklein
624c97de9c
oh-my-posh: added option to supply config path
2025-09-17 00:06:30 -05:00
Tim Keller
fad8e3033e
fontconfig: add fonts.fontconfig.extraConfigFiles option ( #7754 )
...
Co-authored-by: Tim Keller <tjk@tjkeller.xyz>
Co-authored-by: Benedikt M. Rips <benedikt.rips@gmail.com>
2025-09-16 22:31:54 -05:00
novenary
75f97fcbe3
sway: order input config from least to most specific ( #7684 )
...
Workaround for https://github.com/swaywm/sway/issues/7271 .
2025-09-16 22:22:28 -05:00
Ryan Horiguchi
ec73c06d34
vscode: add config and exension dir for kiro ( #7825 )
2025-09-16 22:11:12 -05:00