Recreated nix files
This commit is contained in:
+297
-300
File diff suppressed because it is too large
Load Diff
@@ -664,9 +664,6 @@ The inputs for my system's configuration are very simple
|
|||||||
url = "github:youwen5/zen-browser-flake";
|
url = "github:youwen5/zen-browser-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [
|
|
||||||
hyprland-nix.overlays.default
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
<<flake-outputs>>
|
<<flake-outputs>>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,9 +18,6 @@ zen-browser = {
|
|||||||
url = "github:youwen5/zen-browser-flake";
|
url = "github:youwen5/zen-browser-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [
|
|
||||||
hyprland-nix.overlays.default
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
|||||||
Reference in New Issue
Block a user