Fix inputrc path
parent
c4fe75a1b9
commit
f824649f85
|
@ -6,7 +6,7 @@
|
|||
home.username = "h";
|
||||
home.homeDirectory = "/home/h";
|
||||
|
||||
home.file.".inputrc".source = ./dots/.inputrc;
|
||||
home.file.".inputrc".source = ../../dots/.inputrc;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue