From 55123692ad3ac1ee433694651a81d0721d99a561 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 1 Dec 2024 14:14:55 +0100 Subject: add tools --- nixos/parts/graphical.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nixos/parts/graphical.nix') diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix index 43d43a6..73407f6 100644 --- a/nixos/parts/graphical.nix +++ b/nixos/parts/graphical.nix @@ -8,6 +8,15 @@ }; environment.systemPackages = with pkgs; [ + # CLI tools + brightnessctl + wl-clipboard # for wl-copy and wl-paste + + # graphical tools + imv + mpv + + # set and forget i3status-rust ]; -- cgit v1.2.3