This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-13 19:59:04 +01:00
parent 3652cdfca9
commit 9c98199ee3
6 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
xsane
];
}