Fix inputrc path

This commit is contained in:
2025-10-05 12:31:24 +02:00
parent 5e5e0a4906
commit f88afb52a8
+1 -1
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;
}