From 0fd73dc8d221437c02b3be930d34e812f8b30e44 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 29 Feb 2024 15:16:22 -0500 Subject: [PATCH] added user symlink to root of repo --- src/user/configs/default.nix | 2 +- user.symlink.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 user.symlink.nix diff --git a/src/user/configs/default.nix b/src/user/configs/default.nix index fcdd4e6..ca58f78 100644 --- a/src/user/configs/default.nix +++ b/src/user/configs/default.nix @@ -1,6 +1,6 @@ { lib, pkgs, ... }: -# Replace with your user configurations +# Replace symlink at root of repo with user configs { options = { user = lib.mkOption { diff --git a/user.symlink.nix b/user.symlink.nix new file mode 120000 index 0000000..b671e3c --- /dev/null +++ b/user.symlink.nix @@ -0,0 +1 @@ +src/user/configs/default.nix \ No newline at end of file