download tweaks, - fooyin, flake updt, modules
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user