mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
tests/ranger: null package
Stubbing not working with the default cfg.finalPackage. Pass null to reduce closure size
This commit is contained in:
parent
63bfbf55b6
commit
3fbe9a2b76
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
programs.ranger = {
|
programs.ranger = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = null;
|
||||||
settings = {
|
settings = {
|
||||||
column_ratios = "1,3,3";
|
column_ratios = "1,3,3";
|
||||||
confirm_on_delete = "never";
|
confirm_on_delete = "never";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue