Source 'dots/.inputrc'

This commit is contained in:
2025-10-04 19:07:02 +02:00
parent 1cba5fbc84
commit ac72a7d7f3

View File

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