Recreated nix files

This commit is contained in:
2026-03-03 11:49:27 +01:00
parent cfdcad0012
commit 22c8bb97a0
3 changed files with 306 additions and 306 deletions
+301 -301
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -664,10 +664,10 @@ The inputs for my system's configuration are very simple
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-nix = {
url = "github:hyprland-community/hyprland-nix";
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
};
<<flake-outputs>>
}
+2 -2
View File
@@ -18,10 +18,10 @@
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-nix = {
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
};
outputs = inputs@{
nixpkgs,