changes
This commit is contained in:
parent
36a20f5a6f
commit
127b4e5535
12 changed files with 104 additions and 54 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue