Fix inputrc path

This commit is contained in:
2025-10-04 23:31:09 +02:00
parent 5e5e0a4906
commit f88afb52a8

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