Update flake.nix

This commit is contained in:
Aly Raffauf 2024-03-02 18:12:22 -05:00
parent 157755555d
commit d34c1d04cd

View file

@ -94,9 +94,11 @@
homeConfigurations.aly = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs {
system = "x86_64-linux";
allowUnfree = true;
allowUnfreePredicate = (_: true);
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
modules = [
./home/aly
];