end of refactor for now
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.${username} = import ./home-manager/home.nix;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs username gitName gitEmail;
|
||||
@@ -54,13 +53,6 @@
|
||||
pkgsFor = system: nixpkgs.legacyPackages.${system};
|
||||
|
||||
in {
|
||||
# homeConfigurations.${username} =
|
||||
# home-manager.lib.homeManagerConfiguration {
|
||||
# pkgs = pkgsFor "x86_64-linux";
|
||||
# modules = [ ./home-manager/home.nix ];
|
||||
# extraSpecialArgs = { inherit inputs username gitName gitEmail; };
|
||||
# };
|
||||
|
||||
nixosConfigurations = {
|
||||
loki-nixos = mkHost {
|
||||
hostName = "loki-nixos";
|
||||
|
||||
Reference in New Issue
Block a user