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
+1
View File
@@ -3,6 +3,7 @@
}:
{
imports = [
./gimp.nix
./gramps.nix
./streamrip.nix
./yt-dlp.nix
+12
View File
@@ -0,0 +1,12 @@
{
config,
pkgs,
xlib,
inputs,
...
}:
{
home.packages = [
pkgs.gimp
];
}