summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9663745..48f2a0a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,12 +8,20 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ my-slstatus = {
+ url = "github:Skullheadx/slstatus";
+ inputs.nixpkgs.follows = "nixpkgs";
+
+ };
+
};
outputs =
{
self,
nixpkgs,
hjem,
+ my-slstatus,
+
}@inputs:
{
nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem {