mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
Update flake.nix
This commit is contained in:
parent
157755555d
commit
d34c1d04cd
|
@ -94,9 +94,11 @@
|
||||||
homeConfigurations.aly = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.aly = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = (_: true);
|
allowUnfreePredicate = (_: true);
|
||||||
};
|
};
|
||||||
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./home/aly
|
./home/aly
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue