summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/parts/create.nix1
-rw-r--r--nixos/parts/graphical.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/parts/create.nix b/nixos/parts/create.nix
index 1f430f4..1fc7a28 100644
--- a/nixos/parts/create.nix
+++ b/nixos/parts/create.nix
@@ -4,6 +4,7 @@
environment.systemPackages = with pkgs; [
graphviz-nox # for dot
+ gimp
krita
];
}
diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix
index 40dbed0..1215781 100644
--- a/nixos/parts/graphical.nix
+++ b/nixos/parts/graphical.nix
@@ -23,6 +23,7 @@
# CLI tools
brightnessctl
wl-clipboard # for wl-copy and wl-paste
+ grim
# When I ssh into a server my terminal changes to a host-specific background color via
# a LocalCommand configured in ~/.ssh/config and a ZSH function to reset the color on exit.