mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
removed standalone home-mamager output
This commit is contained in:
parent
1889916398
commit
9b7a8529f3
14
flake.nix
14
flake.nix
|
@ -89,19 +89,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.x86_64-linux.default = home-manager.defaultPackage.x86_64-linux;
|
|
||||||
homeConfigurations.aly = home-manager.lib.homeManagerConfiguration {
|
|
||||||
pkgs = import nixpkgs-unstable {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
allowUnfreePredicate = (_: true);
|
|
||||||
};
|
|
||||||
};
|
|
||||||
modules = [
|
|
||||||
./home/aly
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue