summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 81cdfa6..6bd8503 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ my-dmenu = {
+ url = "github:Skullheadx/dmenu";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
};
outputs =
{
@@ -38,6 +43,7 @@
my-surf,
my-dwm,
my-st,
+ my-dmenu,
}@inputs:
{
nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem {