download tweaks, - fooyin, flake updt, modules

This commit is contained in:
2024-11-01 17:53:27 -06:00
parent 5d7fb596d2
commit b43d2f5a31
6 changed files with 59 additions and 76 deletions

View File

@@ -2,7 +2,6 @@
description = "JawZ NixOS flake setup";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
master.url = "github:nixos/nixpkgs?ref=master";
home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
@@ -40,8 +39,7 @@
config.allowUnfree = true;
};
pkgs = makePkgs nixpkgs;
pkgsM = makePkgs inputs.master;
overlays = [ (import ./overlay.nix { inherit pkgs pkgsM; }) ];
overlays = [ (import ./overlay.nix { inherit pkgs; }) ];
createConfig = name: {
inherit system;
specialArgs = {