mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
home: fix path copy-to-store
This commit is contained in:
parent
1b739cedf1
commit
875f7e7d4b
8 changed files with 15 additions and 15 deletions
|
|
@ -8,9 +8,9 @@
|
|||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
xdg.configFile = {
|
||||
"ranger/rc.conf".source = ./rc.conf;
|
||||
"ranger/rifle.conf".source = ./rifle.conf;
|
||||
"ranger/commands.py".source = ./commands.py;
|
||||
"ranger/rc.conf".source = "${./rc.conf}";
|
||||
"ranger/rifle.conf".source = "${./rifle.conf}";
|
||||
"ranger/commands.py".source = "${./commands.py}";
|
||||
};
|
||||
|
||||
# Ranger fzf dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue