hdh20267 user to external module

This commit is contained in:
2025-12-17 00:03:18 -05:00
parent e6e96bd315
commit d1a24e5fb3

View File

@@ -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";