From 40c40c507eca5bd7489c827a21262551a6e0bcdd Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 19:16:06 -0400 Subject: reformat + add slstatus --- configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5776388..c2225e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { imports = [ ./hardware-configuration.nix @@ -60,7 +60,8 @@ slop xclip xdotool -gcc + gcc + inputs.my-slstatus.packages.${pkgs.stdenv.hostPlatform.system}.default ]; programs.git = { -- cgit v1.3.1