From 40c40c507eca5bd7489c827a21262551a6e0bcdd Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 19:16:06 -0400 Subject: reformat + add slstatus --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flake.nix') 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 { -- cgit v1.3.1