Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -1,11 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgsUnstable, ... }:
|
||||
{
|
||||
programs.ranger = {
|
||||
enable = true;
|
||||
#package = pkgs.ranger;
|
||||
package = pkgsUnstable.ranger;
|
||||
settings = {
|
||||
preview_images = true;
|
||||
#preview_images_method = "sixel";
|
||||
preview_images_method = "sixel";
|
||||
dirname_in_tabs = true;
|
||||
autosave_bookmarks = false;
|
||||
show_hidden = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue