flake.lock: bump

flake.nix: add niri and xwst
niri: move to flake packages

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-29 14:12:04 +03:00
parent 34e5cb884e
commit 241b7565cb
6 changed files with 253 additions and 97 deletions
+15 -1
View File
@@ -48,6 +48,7 @@
url = "github:hyprwm/hyprsunset";
inputs = {
hyprland-protocols.follows = "hyprland/hyprland-protocols";
hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
nixpkgs.follows = "nixpkgs";
@@ -62,6 +63,13 @@
url = "git+ssh://gitea@gitea.linerds.us/unexplrd/nix-secrets";
flake = false;
};
niri = {
url = "github:YaLTeR/niri";
inputs = {
nixpkgs-stable.follows = "nixpkgs-stable";
nixpkgs.follows = "nixpkgs";
};
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
nix-index-database = {
url = "github:nix-community/nix-index-database";
@@ -94,12 +102,18 @@
};
};
walker = {
url = "github:abenz1267/walker";
url = "github:abenz1267/walker/0f366b1";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};
xwst = {
url = "github:Supreeeme/xwayland-satellite";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
};
outputs = inputs: inputs.blueprint {inherit inputs;};