From f8169a8438811b47cfb82e30d1384b1441e82f56 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 4 Oct 2025 19:07:02 +0200 Subject: [PATCH] Source 'dots/.inputrc' --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index 3fd7117..15652c6 100644 --- a/home.nix +++ b/home.nix @@ -6,5 +6,7 @@ home.username = "h"; home.homeDirectory = "/home/h"; + home.file.".inputrc".source = ./dots/.inputrc; + programs.home-manager.enable = true; }