Benedikt M. Rips
0cda19d420
grep: init module ( #7613 )
2025-08-05 14:04:24 -05:00
Benedikt M. Rips
36ad7d25fb
zsh: option to define autoloadable site-functions ( #7611 )
...
Add an option to the Zsh module that allows defining autoloadable site functions.
2025-08-05 14:03:10 -05:00
Philipp Mildenberger
c5d7e95739
nushell: remove Philipp-M as maintainer
2025-08-04 22:42:30 -05:00
n0099
1d7abbd545
htop: add field M_VIRT and TTY as alias
...
`M_SIZE` has renamed to `M_VIRT` in https://github.com/htop-dev/htop/issues/325
`TTY_NR` has renamed to `TTY` in https://github.com/htop-dev/htop/pull/572
2025-08-03 18:30:39 -05:00
n0099
a26e907ca1
htop: sort fields by its id
2025-08-03 18:30:39 -05:00
n0099
d4c53262ca
htop: add more platform-independence fields
...
sync with https://github.com/htop-dev/htop/blame/cfb561fd342c9d5d814ac4965a6047442994ba94/RowField.h#L40-L43
2025-08-03 18:30:39 -05:00
n0099
c89fdd3291
htop: add more fields
...
sync with https://github.com/htop-dev/htop/blame/348c0a6bf4f33571835a0b6a1a0f5deb15132128/linux/ProcessField.h#L44-L53
2025-08-03 18:30:39 -05:00
Brian E
5954bb383e
Add translation using Weblate (Faroese)
...
Add translation using Weblate (Faroese)
Co-authored-by: Brian E <brianellingsgaard9@gmail.com>
2025-08-03 18:28:24 -05:00
home-manager-ci[bot]
0de18bd5c6
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/dc9637876d0dcc8c9e5e22986b857632effeb727?narHash=sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM%3D' (2025-07-28)
→ 'github:NixOS/nixpkgs/94def634a20494ee057c76998843c015909d6311?narHash=sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1%2BA4GQej/lBk5y7I%3D' (2025-07-31)
2025-08-03 14:50:44 +02:00
Ricky Tigg
2d3b2f33a7
Translate using Weblate (Finnish)
...
Currently translated at 100.0% (17 of 17 strings)
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/fi/
Translation: Home Manager/Home Manager Modules
2025-08-03 14:50:25 +02:00
PopeRigby
e6e2f43a62
televison: add PopeRigby as maintainer
2025-08-02 17:46:16 -05:00
PopeRigby
98aed449ba
television: update channel location
...
Co-authored-by: awwpotato <awwpotato@voidq.com>
2025-08-02 17:46:16 -05:00
Robert Helgesson
d492e3c381
nixos: improve description of enableLegacyProfileManagement
...
Also applies to nix-darwin module.
2025-08-02 23:02:17 +02:00
awwpotato
187e0af20a
nh: remove .nix suffix check for flake paths ( #7600 )
2025-08-02 15:43:23 -05:00
Austin Horstman
e102920c1b
zoxide: move zsh priority ( #7593 )
...
According to upstream documentation, they recommend at end of file. But,
realistically just needs to be after compinit.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-08-01 16:54:00 -05:00
Nikhil Singh
19f94a3e0e
sesh: Add preview window
2025-08-01 09:58:09 -05:00
Nikhil Singh
712c6dad6c
sesh: fix kill-session field seperator
2025-08-01 09:58:09 -05:00
Nikhil Singh
614956c993
sesh: switch from fzf-tmux -p to fzf --tmux
...
A more reliable approach and fixes #7192
2025-08-01 09:58:09 -05:00
robin
899af4218c
tmux: fix prefix and shortcut settings ( #7549 )
...
adjusting the tmux lines for setting the prefix.
previously the prefix option would be set in the prefix key table, causing it to not register correctly.
- updated tests
2025-08-01 09:53:46 -05:00
Weblate (bot)
08cf2543ea
Translate using Weblate (French) ( #7596 )
...
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (French)
Currently translated at 100.0% (39 of 39 strings)
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/fr/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/fr/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
Co-authored-by: Yk Cheese <yakforcom@gmail.com>
2025-08-01 09:53:26 -05:00
NAHO
7035020a50
anki: set valid language default
...
Fixes: e8da7372fd ("anki: add module (#7274 )")
Co-auhored-by: June Stepp <git@junestepp.me>
2025-07-31 12:42:04 -05:00
NAHO
e2238e6073
anki: remove trailing whitespace
2025-07-31 12:42:04 -05:00
Foxocube
4e97102bd4
nh: add options for specific flakes ( #7566 )
...
* nh: Add options for specific flakes
* nh: Add tests for specific flake options
---------
Co-authored-by: Foxocube <git@foxocube.xyz>
2025-07-31 12:41:29 -05:00
Robert Helgesson
bd82507edd
home-manager: re-enable gcroot handling for NixOS module
...
It was a bit too ambitious to also remove production of the gcroot, we
need it to keep track of the currently active Home Manager
configuration.
Fixes #7583
2025-07-31 08:25:36 +02:00
Austin Horstman
0630790b31
tests: include test names in passthru
...
Allow easily seeing what tests are involved in a chunk so you can
identify tests -> chunks easily.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-30 10:13:54 -05:00
Austin Horstman
53524d8b27
tests: chunk size 250 -> 50
...
Just seeing how this affects CI rebuilds / speeds.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-30 10:13:54 -05:00
sempiternal-aurora
d732b648e5
udiskie: fix getExe warning
...
Adding a package option to udiskie created an evaluation warning as
there is no default executable for udiskie. This replaces `pkgs.getExe`
with `pkgs.getExe'`, which removes this evaluation warning, but does
require that the package has a binary named udiskie.
2025-07-29 23:07:27 -05:00
Austin Horstman
ab14805267
darwinScrublist: add superfile
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 17:50:16 -05:00
home-manager-ci[bot]
fc55d9a42b
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/c87b95e25065c028d31a94f06a62927d18763fdf?narHash=sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc%3D' (2025-07-19)
→ 'github:NixOS/nixpkgs/dc9637876d0dcc8c9e5e22986b857632effeb727?narHash=sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM%3D' (2025-07-28)
2025-07-29 17:50:16 -05:00
Martin Popovski
4bf124678b
hyprland: Add "output" to importantPrefixes option default ( #7507 )
...
Adds support for `monitorv2` syntax
2025-07-29 16:41:27 -05:00
Austin Horstman
909d39391e
PULL_REQUEST_TEMPLATE: nixfmt-rfc-style -> nixfmt ( #7580 )
...
We now use the stable release.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 15:53:54 -05:00
awwpotato
b108e6b7f7
editorconfig: fix insert_final_newline unset for json files
2025-07-29 14:47:28 -05:00
Austin Horstman
1a8b119e60
tests/caffeine: add test coverage
...
- Add basic-service.nix test for caffeine service configuration
- Test systemd service generation with proper graphical-session.target
integration
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 14:47:02 -05:00
Austin Horstman
cec4c1be7e
tests/ssh-agent: add test coverage
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 14:46:54 -05:00
Austin Horstman
85a5287116
tests/gnome-keyring: add test coverage
...
- Add basic-service.nix test for default gnome-keyring configuration
- Add custom-components.nix test for pkcs11, secrets, and ssh components
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 14:46:36 -05:00
Austin Horstman
2f588d275e
hyprsunset: add program to home packages
...
Allow calling the cli from PATH so you can invoke your own changes
without relying on the service.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
Austin Horstman
f4e8bc1ab6
hyprsunset: refactor implementation
...
Some cleanup and refactoring after the introduction of the settings
option.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
kerfuzzle
fa184c5460
hyprsunset: Add tests for transitons option
...
Adds tests to ensure that the services are still created correctly and the correct deprecation warnings are shown
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
kerfuzzle
7c01358ff6
hyprsunset: Add tests for hyprsunset.conf file
...
Adds tests to verify that the configuration files and services were created sucessfully, even in a no configuration case
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
kerfuzzle
6ff07a01a8
hyprsunset: deprecate transitions option
...
File configuration through hyprsunset upstream transitions preferred.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
kerfuzzle
8aaf3b5319
hyprsunset: Update module to use hyprsunset.conf
...
Updates the hyprsunset module so that it creates the hyprsunset.conf file introduced in v0.3.0
This allows hyprsunset to manange the transition timings instead of defining extra systemd services/timers
See https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/#configuration
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 13:11:56 -05:00
Austin Horstman
03fdb31290
treewide: add missing package options ( #7575 )
...
Add options to support more flexible module configurations.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 12:20:22 -05:00
jarre johansson
25deca8939
Translate using Weblate (Finnish)
...
Currently translated at 76.4% (13 of 17 strings)
Translate using Weblate (Finnish)
Currently translated at 82.0% (32 of 39 strings)
Co-authored-by: jarre johansson <jarre@johansson.today>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/fi/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/fi/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2025-07-29 11:51:19 -05:00
Silk
1fa11c8e83
Translate using Weblate (Turkish)
...
Currently translated at 100.0% (17 of 17 strings)
Translate using Weblate (Turkish)
Currently translated at 100.0% (39 of 39 strings)
Co-authored-by: Silk <omerntuzun@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/tr/
Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/tr/
Translation: Home Manager/Home Manager CLI
Translation: Home Manager/Home Manager Modules
2025-07-29 11:51:19 -05:00
TANIGUCHI Kohei
1364772b57
Translate using Weblate (Japanese)
...
Currently translated at 97.4% (38 of 39 strings)
Co-authored-by: TANIGUCHI Kohei <a.d.xvii.kal.mai@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/ja/
Translation: Home Manager/Home Manager CLI
2025-07-29 11:51:19 -05:00
Austin Horstman
cfe397c8c0
arrpc: assert linux
...
Only has systemd support, so don't let darwin users think they are
enabling something.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 10:31:11 -05:00
Austin Horstman
0f9fae161d
tests/arrpc: add service module test coverage
...
- Add custom-target.nix test for custom systemd target configuration
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 10:31:11 -05:00
Austin Horstman
1ed730a977
ci: manage reviewers doesn't re-add manually removed reviewers
...
We dont want to try re-adding people that get removed manually.
Otherwise you start fighting CI.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 10:21:56 -05:00
Austin Horstman
2c8306e506
ci: manage reviewers add dry run option
...
Accidentally affected a real PR testing a change, add dry run to prevent
it.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-29 10:21:56 -05:00
awwpotato
50adf8fcaa
PR_TEMPLATE: remove maintainer cc section ( #7569 )
...
now that maintainers automatically get review requested this seems unnecessary.
2025-07-28 23:03:47 -05:00