Chris
b27e551270
aerc: change stylesets option to reflect the structure aerc expects
...
Instead of placing all 'stylesets' attribute set values into the 'global'
section this places them in the specified section.
2025-10-09 21:01:58 -05:00
TaskForceTorture
88e62bcab2
swayidle: make sure it's actually installed when enabled
2025-10-09 20:53:47 -05:00
r-vdp
5d61767c8d
alacritty: fix eval error
2025-10-09 13:05:52 -05:00
Austin Horstman
6564ee29d0
tests/darwinScrublist: add retext
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-09 08:16:36 -05:00
home-manager-ci[bot]
2a1df04868
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7df7ff7d8e00218376575f0acdcc5d66741351ee?narHash=sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs%3D' (2025-10-02)
→ 'github:NixOS/nixpkgs/c9b6fb798541223bbb396d287d16f43520250518?narHash=sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH%2B47XEBo%3D' (2025-10-07)
2025-10-09 08:16:36 -05:00
r-vdp
87f75c1044
alacritty: add package option for the theme package
2025-10-09 08:16:17 -05:00
r-vdp
f8e0560734
alacritty: check existence of the theme without using IFD
...
This makes it possible to evaluate a config using the theme option with
--no-allow-import-from-derivation
2025-10-09 08:16:17 -05:00
WeetHet
7add554458
macos-remap-keys: add Fn (Globe) keycode
2025-10-09 08:15:50 -05:00
WeetHet
219150a73c
macos-remap-keys: add japanese Kana and Eisuu keycodes
2025-10-09 08:15:50 -05:00
Lena Fuhrimann
685d8d85d0
desktopEntry: Remove deprecated category from example
...
The `Application` category is deprecated and should not be used as an
example anymore.
2025-10-09 12:25:12 +02:00
Aguirre Matteo
1a09eb84fa
news: add amoco entry
2025-10-07 11:06:11 -05:00
Aguirre Matteo
c6f8669f09
amoco: add module
2025-10-07 11:06:11 -05:00
jaredmontoya
6c5025e2bb
tests/dircolors: add nushell integration tests
2025-10-07 11:02:19 -05:00
jaredmontoya
38fbd8909e
dircolors: add nushell integration
2025-10-07 11:02:19 -05:00
jaredmontoya
462363e248
dircolors: remove no-op
2025-10-07 11:02:19 -05:00
Aguirre Matteo
5443ca20ed
news: add amfora entry
2025-10-07 08:28:39 -05:00
Aguirre Matteo
40ff79012e
amfora: add module
2025-10-07 08:28:39 -05:00
Bruno BELANYI
929535c308
git: difftastic: use 'option' attrset
...
This will avoid having to enumerate and hard-code default values.
2025-10-06 09:41:50 -05:00
home-manager-ci[bot]
ed10023224
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:** 0 maintainers
**Removed:** 1 maintainers
**Total:** 276 → 275 maintainers
**❌ Removed:** Kritnich
Generated by: lib/python/generate-all-maintainers.py
2025-10-06 08:07:07 -05:00
Brian Lyles
7d3d323e90
git: add extraArgs option for difftastic
...
This option will cover any other arguments that aren't made available
with dedicated options.
2025-10-06 08:06:53 -05:00
Brian Lyles
1652349e57
git: add option for difftastic context
...
The ability to control the number of contextual lines is a basic
expectation of a diff program, so a dedicated option feels warranted.
2025-10-06 08:06:53 -05:00
Brian Lyles
d328666dba
git: add tests for difftastic
2025-10-06 08:06:53 -05:00
Brian Lyles
e46b52ab56
darwinScrublist: add difftastic
2025-10-06 08:06:53 -05:00
Dash
b72be79a42
smug: add new option introduced by v0.3.7 ( #7930 )
...
Adds 'selected' option for tmux windows
2025-10-06 08:03:47 -05:00
Austin Horstman
6f4021da5d
deprecations: move just module deprecation to new module
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 19:36:44 -05:00
Austin Horstman
3f07ce05c3
deprecations: add deprecations/removal module
...
Add a module for consolidating the module level deprecations in an
easier to spot location.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 19:36:44 -05:00
Austin Horstman
5b45dcf479
tests/hyprshot: add tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 17:19:26 -05:00
Austin Horstman
9f2912e3a6
hyprshot: add platform assertion
...
Only available on linux.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 17:19:26 -05:00
Austin Horstman
3c3076b1c1
tests/discoss: add tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:38:57 -05:00
Austin Horstman
6e8ab005bc
tests/darwinscrublist: add discocss and discord
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:38:57 -05:00
Austin Horstman
f72f660976
discocss: only generate css when provided
...
No need to generate a file with empty contents.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:38:57 -05:00
Austin Horstman
aa10fe094b
discocss: fix discordPackage override
...
error: cannot coerce a set to a string: { _type = "if"; condition =
«thunk»; content = «thunk»; }
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:38:57 -05:00
Austin Horstman
994d854a4a
tests/grep: add tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00
Austin Horstman
c2e3f1cacd
tests/gcc: add tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00
Austin Horstman
78fda50bd6
gcc: fix sessionVariables mkIf evaluation error
...
error: The option `home.sessionVariables.GCC_COLORS' was accessed but
has no value defined. Try setting the option.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00
Austin Horstman
51870a37a3
grep: fix sessionVariables mkIf evaluation error
...
error: The option `home.sessionVariables.GREP_COLORS' was accessed but
has no value defined. Try setting the option.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00
Austin Horstman
06e268d66b
services/barrier: drop module
...
Upstream package removed and unmaintained project. Recommended to
replace with maintained alternatives such as `deskflow` and `input-leap`
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 14:19:07 -05:00
home-manager-ci[bot]
b52ece2bb6
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e9f00bd893984bc8ce46c895c3bf7cac95331127?narHash=sha256-0m27AKv6ka%2Bq270dw48KflE0LwQYrO7Fm4/2//KCVWg%3D' (2025-09-28)
→ 'github:NixOS/nixpkgs/7df7ff7d8e00218376575f0acdcc5d66741351ee?narHash=sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs%3D' (2025-10-02)
2025-10-05 14:19:07 -05:00
Aguirre Matteo
9070d7d32b
news: add am2rlauncher entry
2025-10-05 14:01:08 -05:00
Aguirre Matteo
87570dbc43
am2rlauncher: add module
2025-10-05 14:01:08 -05:00
Aguirre Matteo
8b62404497
news: add amber entry
2025-10-05 14:00:51 -05:00
Aguirre Matteo
2b64e332a0
amber: add module
2025-10-05 14:00:51 -05:00
andre4ik3
5f06ceafc6
vscode: also test unknown package if IFD is enabled
2025-10-04 12:18:56 +02:00
Ross Brunton
03f83f513d
vscode: get paths from product.json
...
The VSCode packages contain a product.json which is used to determine
the extension and config dirs. When the package name is not known,
this change parses this file (using IFD) (which may appear in a few
places) and uses that to generate the paths.
This hopefully allows more VSCode derivatives to "just work" without
Home Manager updates.
Co-authored-by: andre4ik3 <andre4ik3@fastmail.com>
2025-10-04 12:18:50 +02:00
Jairo Llopis
817ace497b
lorri: make notifications service auto-start if enabled
...
Without this fix, the notifications service would need to start by hand
every time.
@moduon MT-1075
2025-10-03 23:01:12 -05:00
Enrico Stemmer
66e9a024b9
hyprshell: fixed tests to use correct name for style file
2025-10-03 23:00:58 -05:00
Enrico Stemmer
bdf78c2d2c
hyprshell: fixed path for style file
2025-10-03 23:00:58 -05:00
Aidan Gauland
edfbe06e1a
treewide: remove aidalgol
2025-10-03 22:59:59 -05:00
Aguirre Matteo
edafd6da19
news: add aliae's configLocation option entry
2025-10-03 19:01:20 -05:00
Aguirre Matteo
2126d13d7f
aliae: add configLocation option
2025-10-03 19:01:20 -05:00