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