Fix inputrc path

main
Hektor Misplon 2025-10-04 23:31:09 +02:00
parent c4fe75a1b9
commit f824649f85
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}