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 c7012d1..dc838ff 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,6 +23,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ my-st = {
+ url = "github:Skullheadx/st";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
};
outputs =
{
@@ -32,6 +37,7 @@
my-slstatus,
my-surf,
my-dwm,
+ my-st,
}@inputs:
{
nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem {