From 1630fa22fec0899834f45b4faf9bffa40f1da745 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 7 Nov 2023 16:57:04 +0100 Subject: [PATCH] using path instead of string --- base-system/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-system/home.nix b/base-system/home.nix index 2677e02..a8cc035 100644 --- a/base-system/home.nix +++ b/base-system/home.nix @@ -8,7 +8,7 @@ file = { ".gef.rc" = { - source = "./dotfiles/gdb/.gef.rc"; + source = ./dotfiles/gdb/.gef.rc; }; }; };