Switched to zen browser

This commit is contained in:
2026-04-11 15:34:43 -04:00
parent 96b4dc216b
commit 98ed85c4b0
4 changed files with 170 additions and 18 deletions

View File

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