Fix inputrc path
parent
c5d81f1e9e
commit
fc5a3f4eca
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue