aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-29 16:41:42 -0400
committerRosa <rosaontheweb@proton.me>2026-03-29 16:41:42 -0400
commitf6d82626548c87946dc1ef19f9d6a594004b8f4c (patch)
tree75e96591eccc9d97e9b593f0d2a3f3b9c04ad92b
parenta4549237138dad71b3a51cf6870c22c5f85f8a29 (diff)
nevermind, gimp
-rw-r--r--hosts/the-meowchine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index 347a262..b6c0648 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -6,7 +6,7 @@
editors.kakoune.enable = true;
home = {
homeDirectory = "/home/rosa";
- packages = with pkgs; [ krita ];
+ packages = with pkgs; [ gimp ];
stateVersion = "23.05";
username = "rosa";
};