This commit is contained in:
2025-09-13 23:10:49 +03:00
parent e62a4db09d
commit 00ef40c201
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config,
pkgs,
xlib,
inputs,
...
}:
{
home.packages = [
pkgs.gimp
];
}