summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-11 16:32:11 -0400
committerseth <[email protected]>2024-03-11 16:32:11 -0400
commit4e53d30cc5d1d74b4310213e98f28300dd85e5df (patch)
treefeea2d69249b3a3ddad07fe4d36b7f34785aefac /flake.nix
parent4149d803d6f84f726d6c82d7ed4a87f22746cf69 (diff)
nixos/plasma: use krunner-nix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 86dbd59..80e32dd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -179,6 +179,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ krunner-nix = {
+ url = "github:pluiedev/krunner-nix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs = {