diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 = { |
