Aguirre Matteo
2f5819a962
onedrive: add module ( #6907 )
2025-04-26 16:40:10 -05:00
Coolio
4d2d322317
thefuck: Add alias option ( #6909 )
...
Added an alias option supported by bash, zsh, fish, and nushell integration
2025-04-25 19:39:49 -05:00
B1kku
542078066b
wezterm: don't create config if extraConfig is empty, and don't create one by default ( #6908 )
...
Tests updated to check the file wasn't created when no config is
provided.
2025-04-25 10:11:18 -05:00
K900
abfad3d295
treewide: substituteAll -> replaceVars/substitute
...
substituteAll is now officially deprecated.
2025-04-24 13:40:11 +02:00
awwpotato
d31710fb2c
fcitx5: fix iniFormat usage ( #6899 )
2025-04-23 15:10:12 -05:00
awwpotato
6d1f834ca6
fcitx5: add upstream options ( #6892 )
2025-04-23 11:51:43 -05:00
Austin Horstman
6c132a098e
tests/darwinScrublist: add more darwin stubs
...
Some more cache hits
2025-04-23 06:47:51 -07:00
Austin Horstman
a3e713cb82
tests/darwinScrublist: move darwin scrub list to new file
...
Getting larger, can move to new file to reduce clutter in default
2025-04-23 06:47:51 -07:00
Austin Horstman
b01a941184
tests/default: add more darwin stubs
...
Some more cache hits
2025-04-23 06:47:51 -07:00
awwpotato
585bae4bbb
i18n.inputMethod: align enable option with nixos
...
see: https://github.com/NixOS/nixpkgs/pull/310708
2025-04-22 20:48:01 -07:00
Austin Horstman
97a62d8eef
tests/default: add zoxide darwin stub ( #6888 )
2025-04-22 21:37:14 -05:00
Austin Horstman
c42f04c83f
mkFirefoxModule: revert userChrome changes ( #6887 )
...
Reverting all the recent userChrome changes because of too many issues
and bikeshedding.
2025-04-22 20:44:48 -05:00
Flameopathic
6899001a76
fcitx5: add themes and classicUiConfig options ( #6876 )
2025-04-22 14:30:45 -05:00
Josh Heinrichs
42d90297b3
git: support maintenance on darwin ( #6868 )
2025-04-21 14:25:57 -07:00
awwpotato
22b326b42b
television: add module ( #6866 )
2025-04-21 12:26:20 -05:00
awwpotato
be4e5ec62c
nix-init: add module ( #6864 )
...
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
2025-04-21 12:25:56 -05:00
awwpotato
08b85bd000
vesktop: add support for multiple themes ( #6860 )
2025-04-21 12:25:22 -05:00
Austin Horstman
82ee14ff60
treewide: remove with lib ( #6871 )
...
Remove from services.
2025-04-21 11:00:59 -05:00
Austin Horstman
3fbe9a2b76
tests/ranger: null package
...
Stubbing not working with the default cfg.finalPackage. Pass null to
reduce closure size
2025-04-20 20:10:07 -07:00
Oughie
14eda3db4e
clock-rs: add module
...
clock-rs is a modern, digital clock that effortlessly runs in your terminal
2025-04-20 20:02:06 -07:00
Rouven Seifert
b0cc092405
shikane: init module ( #4096 )
2025-04-20 20:21:46 -05:00
Mirko Lenz
1d2d6b9568
uv: init module
2025-04-20 14:32:29 -07:00
LilleAila
a0461b67ff
vesktop: created module
...
Added a home-manager module for vesktop that allows for configuring both
vesktop and vencord, and creating a custom theme.
2025-04-20 13:47:45 -07:00
Kiara Grouwstra
aa2c7ac404
wallust: add module
...
closes #6566
2025-04-20 13:16:28 -07:00
Jess
f98314bb06
restic: init module ( #6729 )
2025-04-19 22:53:06 -07:00
awwpotato
bb8d286649
zed-editor: add themes option ( #6832 )
2025-04-20 00:29:44 -05:00
Karun Sandhu
b8d186abf8
fish: allow multiple commands for command option in abbreviations ( #6851 )
2025-04-20 00:23:07 -05:00
Miku B
9676e8a52a
inori: init module ( #6289 )
2025-04-19 09:05:58 -05:00
Austin Horstman
991a480472
mkFirefoxModule: userchrome support derivations ( #6844 )
2025-04-18 19:57:48 -05:00
Austin Horstman
67f60ebce8
tests/home-cursor: don't use realPkgs
2025-04-18 15:56:09 -07:00
Austin Horstman
4bc9b08c33
tests/broot: stub broot
2025-04-18 15:56:09 -07:00
Austin Horstman
39037b08f1
tests: darwin stub hjson-go
2025-04-18 15:56:09 -07:00
Austin Horstman
412eb166eb
tests/thunderbird: dont use realPkgs
...
Not relevant for testing.
2025-04-18 15:56:09 -07:00
Austin Horstman
fc09cb7aaa
tests/labwc: fix autostart
...
Wasn't using a normalized store path, didn't notice in review.
2025-04-18 11:35:36 -07:00
d-brasher
54b494a77f
keepassxc: add module
2025-04-18 11:35:36 -07:00
octvs
5e6a8203ce
khard: add option to set mutiple subdirs ( #6823 )
...
Add new option `accounts.contact.accounts.<name>.khard.addressbooks`.
Remove the previous soln,
`accounts.contact.accounts.<name>.khard.defaultCollection`, which is
superseded with the new option.
Add a new test to check the new `addressbooks` option. Modify an
existing test which was checking the removed `defaultCollection`.
Previous commit a38f88 allowed a hardcoded path to be set for khard if
the path set for its local storage is not the actual `vdir`. This was
accomplished via adding the `defaultCollection` option. However this
accepted only a single sub-directory, and when one has more than a
single collection on the same dir this would require repetition on
configuration to set [1].
This is a continuation of the soln given to
nix-community/home-manager#4531 , refer to there and the previous PR [2]
for reference.
[1]: https://github.com/nix-community/home-manager/issues/4531#issuecomment-2701156246
[2]: https://github.com/nix-community/home-manager/pull/5220
2025-04-18 09:38:13 -05:00
Austin Horstman
72526a5f7c
tests/firefox: fix test commands ( #6840 )
...
Tests passed, but looks like `nmt` was swallowing the command not found
errors.
2025-04-17 14:45:55 -05:00
isabel
e72178b84e
tests/atuin: add theme test
2025-04-17 11:03:18 -07:00
Austin Horstman
2c71aae678
tests/firefox: validate folder linking
...
Make sure we're linking all folder contents when a directory is
provided.
2025-04-17 08:01:20 -07:00
Austin Horstman
baa2a0b3bd
tests/firefox: consolidate userChrome.css test files
...
Not sure why I had two of them..
2025-04-17 08:01:20 -07:00
Austin Horstman
c3c91dd8b4
mkFirefoxModule: fix userChrome with leading comment ( #6836 )
...
userChrome lines that started with a leading comment would cause an eval failure.
2025-04-17 09:31:27 -05:00
Austin Horstman
c6b75d69b6
tests/firefox: add userchrome test cases
2025-04-16 12:57:22 -07:00
LesVu
d8263c0b84
labwc: Add module for Labwc ( #6807 )
...
Add a module for labwc compositor.
Add myself as labwc module maintainer
2025-04-16 11:15:07 -05:00
Marius Niveri
d5cdf55bd9
direnv: add tests for silent option
2025-04-14 13:51:24 -07:00
Lucas Wagler
5a096a8822
superfile: initial support ( #6610 )
...
Add initial support for `superfile` file manager.
2025-04-14 14:36:40 -05:00
Austin Horstman
273ad32fbb
tests/nh: init tests ( #6819 )
2025-04-14 12:07:02 -05:00
awwpotato
3375414477
helix: fix str + path theme ( #6816 )
2025-04-14 08:29:24 -05:00
1adept
ac3c1f4fa4
foot: enable duplicate key-bindings ( #6815 )
...
closes #5873
2025-04-13 17:46:54 -05:00
Austin Horstman
cfd7df8a21
waybar: systemd cleanup
...
No reason to allow nullable and it was inconsistently applied
2025-04-11 12:43:20 -07:00
Austin Horstman
e43c6bcb10
anyrun: init module ( #6804 )
2025-04-11 09:06:03 -05:00