Recreated nix files

This commit is contained in:
2026-03-03 11:53:18 +01:00
parent b0d93b8968
commit 894f988bc4
3 changed files with 299 additions and 311 deletions
+299 -303
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -664,10 +664,6 @@ The inputs for my system's configuration are very simple
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
<<flake-outputs>>
}
-4
View File
@@ -18,10 +18,6 @@
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{
nixpkgs,