Shadow config v1.0

This commit is contained in:
max_ag 2025-07-16 17:21:23 +02:00
commit 84bc5de209
25 changed files with 2324 additions and 0 deletions

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

@ -0,0 +1,7 @@
{inputs, ...}: {
imports = [
inputs.zen-browser.homeModules.twilight-official
];
programs.zen-browser.enable = true;
}