Recreated nix files

This commit is contained in:
2026-03-03 11:45:38 +01:00
parent e5520636b2
commit 6b3e87fe9d
3 changed files with 434 additions and 422 deletions
+303 -299
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -664,6 +664,10 @@ 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";
}; };
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
<<flake-outputs>> <<flake-outputs>>
} }
+4
View File
@@ -18,6 +18,10 @@ zen-browser = {
url = "github:youwen5/zen-browser-flake"; url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland-nix = {
url = "github:hyprwm/hyprland-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = inputs@{ outputs = inputs@{
nixpkgs, nixpkgs,