fix(river-shifttags): add missing river-shifttags input to nixos flake
This commit is contained in:
parent
f8931dc714
commit
a499db635c
4 changed files with 105 additions and 1 deletions
|
|
@ -13,6 +13,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
river-shifttags = {
|
||||
url = "path:./river-shifttags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-06cb-009a-fingerprint-sensor = {
|
||||
url = "github:ahbnr/nixos-06cb-009a-fingerprint-sensor";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -23,6 +28,7 @@
|
|||
home-manager,
|
||||
|
||||
nixvim,
|
||||
river-shifttags,
|
||||
|
||||
nixos-06cb-009a-fingerprint-sensor,
|
||||
... }:
|
||||
|
|
@ -41,6 +47,7 @@
|
|||
users.khais = ./home.nix;
|
||||
extraSpecialArgs = {
|
||||
nixvim = nixvim.packages.${system}.default;
|
||||
river-shifttags = river-shifttags.packages.${system}.default;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue