From c79fba3c9be18ee15de08d8473458b2a9ffa3414 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Wed, 17 Dec 2025 00:03:18 -0500 Subject: [PATCH] feat: Import user hdh20267 as an external module --- users.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/users.nix b/users.nix index 70f9d95..1e95c7f 100644 --- a/users.nix +++ b/users.nix @@ -46,15 +46,10 @@ "networkmanager" "wheel" ]; - homePackages = [ pkgs.ghostty ]; - shell = pkgs.zsh; - # Example of using an external module for home-manager configuration: - # home = builtins.fetchGit { - # url = "https://github.com/hdh20267/dotfiles"; - # rev = "abc123..."; - # }; - # This expects a home.nix file in the repository with home-manager config - # enable = false by default, set to true per-system + home = builtins.fetchGit { + url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix"; + rev = "ea99aa55680cc937f186aef0efc0df307e79d56f"; + }; }; sv22900 = { description = "Alireza Vaezi";