mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updates and patches to ranger + kitty setup
This commit is contained in:
parent
515672d763
commit
0222b95eca
3 changed files with 27 additions and 1 deletions
|
@ -10,9 +10,12 @@ let myCbxScript = ''
|
|||
'';
|
||||
in
|
||||
{
|
||||
imports = [ ../../pkgs/ranger.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ranger
|
||||
xdragon
|
||||
highlight
|
||||
(pkgs.writeScriptBin "cbx" myCbxScript)
|
||||
];
|
||||
home.file.".config/ranger/rc.conf".source = ./rc.conf;
|
||||
|
|
|
@ -130,7 +130,7 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
|
|||
#-------------------------------------------
|
||||
# Images
|
||||
#-------------------------------------------
|
||||
mime ^image, has nsxiv, X, flag f = nsxiv "$@"
|
||||
mime ^image, has krita, X, flag f = krita "$@"
|
||||
mime ^image/svg, has inkscape, X, flag f = inkscape "$@"
|
||||
|
||||
#-------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue