mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ranger: add rc.conf
This commit is contained in:
parent
1eb796cee7
commit
95f9ff40af
4 changed files with 793 additions and 3 deletions
11
nix/homeModules/common/ranger/default.nix
Normal file
11
nix/homeModules/common/ranger/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.programs.ranger;
|
||||
in {
|
||||
xdg.configFile = lib.mkIf cfg.enable {
|
||||
"ranger/rc.conf".source = ./rc.conf;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue