non important commit

This commit is contained in:
benstrb 2026-01-30 17:23:47 +01:00
parent 766e23b73e
commit 5aa3abe539
2 changed files with 7 additions and 1 deletions

7
home/modules/zen.nix Normal file
View file

@ -0,0 +1,7 @@
{inputs, ...}: {
home = {
packages = [
inputs.zen-browser.packages."86_64-linux".default
];
};
}