Fix inputrc path

Hektor Misplon 2025-10-04 23:31:09 +02:00
parent d7b1e228df
commit 4e0cdbfe4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
home.username = "h"; home.username = "h";
home.homeDirectory = "/home/h"; home.homeDirectory = "/home/h";
home.file.".inputrc".source = ./dots/.inputrc; home.file.".inputrc".source = ../../dots/.inputrc;
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }