Reshuffling stuff

This commit is contained in:
2026-03-18 18:16:37 +00:00
parent c128169e50
commit e600bd3b52
3 changed files with 24 additions and 14 deletions
@@ -0,0 +1,12 @@
# ./modules/apps/zen-browser.nix
{ lib, config, ... }:
{
mySystem = {
apps.zenBrowser = {
enable = true;
# just store symbolic info, no direct pkgs reference
packageRef = "zen-browser";
};
};
}