summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-29 02:45:22 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-29 02:45:22 -0400
commitc5ca43f1946ad6fcfa9eb158efd0fd4a71b9dc0b (patch)
tree4f33d90b5d504bb916abca806f594de56cbaeca1 /flake.nix
parentuse my dwm (diff)
downloadnixos-c5ca43f1946ad6fcfa9eb158efd0fd4a71b9dc0b.tar.gz
nixos-c5ca43f1946ad6fcfa9eb158efd0fd4a71b9dc0b.tar.bz2
nixos-c5ca43f1946ad6fcfa9eb158efd0fd4a71b9dc0b.zip
add st
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 {