This commit is contained in:
Sean Kovacs 2026-01-29 08:52:21 -05:00
commit 81cca7b7bd
Signed by: sckova
GPG key ID: 00F325187C68651A
12 changed files with 104 additions and 54 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
nix-cachyos-kernel = {
@ -38,6 +39,7 @@
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
# inputs.niri-stable.follows = "niri-blur";
# inputs.niri-unstable.follows = "niri-blur";
};