mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 02:31:49 +02:00
meta: Patch latest nixos-unstable release with hyprland v0.41.0
This shouldn't cause too many issues.
This commit is contained in:
parent
996f36e239
commit
b42540808b
@ -1,6 +1,6 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.0";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
@ -15,11 +15,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
url = "github:donovanglover/Hyprland/v0.39.1-patched";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
sakaya = {
|
||||
url = "github:donovanglover/sakaya";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -98,7 +98,7 @@ in
|
||||
};
|
||||
|
||||
initial_session = {
|
||||
command = "${nix-config.inputs.hyprland.packages.${pkgs.system}.hyprland}/bin/Hyprland";
|
||||
command = "${pkgs.hyprland}/bin/Hyprland";
|
||||
user = username;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user