This commit is contained in:
Odweta
2026-01-11 23:00:09 +01:00
parent b4d30ada4a
commit 92edee160e
6 changed files with 42 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
xournalpp
];
}