From c5ca43f1946ad6fcfa9eb158efd0fd4a71b9dc0b Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 02:45:22 -0400 Subject: add st --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') 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 { -- cgit v1.3.1