niri: use main branch
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
032d971523
commit
8dccc6eaff
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
hyprpaper = flake "github:hyprwm/hyprpaper" // unstable "nixpkgs";
|
hyprpaper = flake "github:hyprwm/hyprpaper" // unstable "nixpkgs";
|
||||||
hyprpicker = flake "github:hyprwm/hyprpicker" // unstable "nixpkgs";
|
hyprpicker = flake "github:hyprwm/hyprpicker" // unstable "nixpkgs";
|
||||||
jovian-nixos = flake "github:Jovian-Experiments/Jovian-NixOS" // unstable "nixpkgs";
|
jovian-nixos = flake "github:Jovian-Experiments/Jovian-NixOS" // unstable "nixpkgs";
|
||||||
niri = flake "github:YaLTeR/niri/floating" // unstable "nixpkgs";
|
niri = flake "github:YaLTeR/niri" // unstable "nixpkgs";
|
||||||
niri-flake = flake "github:sodiboo/niri-flake" // unstable "nixpkgs";
|
niri-flake = flake "github:sodiboo/niri-flake" // unstable "nixpkgs";
|
||||||
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.5.1";
|
nix-flatpak = flake "github:gmodena/nix-flatpak?ref=v0.5.1";
|
||||||
nix-index-database-unstable = flake "github:nix-community/nix-index-database" // unstable "nixpkgs";
|
nix-index-database-unstable = flake "github:nix-community/nix-index-database" // unstable "nixpkgs";
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
};
|
};
|
||||||
niri = {
|
niri = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
url = "github:YaLTeR/niri/floating";
|
url = "github:YaLTeR/niri";
|
||||||
};
|
};
|
||||||
niri-flake = {
|
niri-flake = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
|
|
Loading…
Add table
Reference in a new issue