From 339b3f54b3fec390b6b7eedcb165b3b984e3bb84 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 26 Apr 2024 22:53:28 -0400 Subject: [PATCH] changed symlink name --- src/user/configs/default.nix | 1 - user.symlink.nix => user.nix | 0 2 files changed, 1 deletion(-) rename user.symlink.nix => user.nix (100%) diff --git a/src/user/configs/default.nix b/src/user/configs/default.nix index 8f2736e..b76bc85 100644 --- a/src/user/configs/default.nix +++ b/src/user/configs/default.nix @@ -1,6 +1,5 @@ { lib, pkgs, ... }: -# Replace symlink at root of repo with user configs let userConfigs = rec { name = "bryan"; diff --git a/user.symlink.nix b/user.nix similarity index 100% rename from user.symlink.nix rename to user.nix