diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-01 14:14:55 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | 55123692ad3ac1ee433694651a81d0721d99a561 (patch) | |
tree | 15921ad3670f79f87e01e44b9e628476842964cb /nixos/parts/graphical.nix | |
parent | dfc0d0c704975b05fbd542ddc030508c396fbe03 (diff) |
add tools
Diffstat (limited to 'nixos/parts/graphical.nix')
-rw-r--r-- | nixos/parts/graphical.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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 ]; |