Recreated nix files

This commit is contained in:
2026-03-03 11:41:31 +01:00
parent 5151c86d16
commit 342131106d
3 changed files with 297 additions and 306 deletions
+297 -300
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -664,9 +664,6 @@ The inputs for my system's configuration are very simple
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.overlays = [
hyprland-nix.overlays.default
];
};
<<flake-outputs>>
}
-3
View File
@@ -18,9 +18,6 @@ zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.overlays = [
hyprland-nix.overlays.default
];
};
outputs = inputs@{
nixpkgs,