From c30ec2ed23b1815a113988270ac6d5516c3ba5ff Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 20 Sep 2021 21:08:50 +0200 Subject: change path to config --- home/config/i3/bar/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/config/i3/bar') diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix index 0fcfc92..ddde10a 100644 --- a/home/config/i3/bar/shell.nix +++ b/home/config/i3/bar/shell.nix @@ -5,4 +5,4 @@ let nix.enable = true; golang.enable = true; }; -in import ~/documents/nix/shells { inherit pkgs settings; } +in import ~/code/nix/shells { inherit pkgs settings; } -- cgit v1.2.3