universeair/flake: remove redundant/out of place unfree enable
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
overlays = import ./overlays/default.nix inputs;
|
||||
modules = import ./modules/default.nix inputs;
|
||||
|
||||
# Configuration for `nixpkgs`
|
||||
nixpkgsConfig = {
|
||||
config = { allowUnfree = true; };
|
||||
};
|
||||
|
||||
pkgs_linux-x86_64 = nixpkgs.legacyPackages."x86-linux";
|
||||
pkgs_linux-aarch64 = nixpkgs.legacyPackages."aarch64-linux";
|
||||
in {
|
||||
@@ -60,9 +55,6 @@
|
||||
nixpkgs.overlays = [ overlays.emacs ];
|
||||
})
|
||||
modules.home-manager-darwin
|
||||
{
|
||||
nixpkgs = nixpkgsConfig;
|
||||
}
|
||||
];
|
||||
};
|
||||
homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user