summaryrefslogtreecommitdiff
path: root/nixos/parts/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/parts/graphical.nix')
-rw-r--r--nixos/parts/graphical.nix9
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
];