From ee521c87eb4a027c443c4a26dbb8850a695539e2 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:10:51 -0600 Subject: [PATCH] removed commented lines --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 696915e..4558532 100644 --- a/flake.nix +++ b/flake.nix @@ -56,13 +56,11 @@ homeConfigurations = { useGlobalPkgs = true; "root@${hostname}" = home-manager.lib.homeManagerConfiguration { - # pkgs = nixpkgs.legacyPackages.${system}; extraSpecialArgs = {inherit inputs outputs pkgs;}; modules = [ ./home-manager/git.nix ]; }; "${user}@${hostname}" = home-manager.lib.homeManagerConfiguration { - # pkgs = nixpkgs.legacyPackages.${system}; extraSpecialArgs = {inherit inputs outputs pkgs;}; modules = [ ./home-manager/home.nix ]; };