basic zen

This commit is contained in:
Dea 2026-03-09 11:42:03 -04:00
parent 60dca2b6d1
commit 1167de3324
5 changed files with 49 additions and 4 deletions

View file

@ -5,12 +5,13 @@
...
}: {
imports = [
inputs.plasma-manager.homeModules.plasma-manager
inputs.plasma-manager.homeModules.plasma-manager #
/${root}/homes/modules/bash
/${root}/homes/modules/starship
/${root}/homes/modules/vim
/${root}/homes/modules/mpv
/${root}/homes/modules/zen
];
home.username = "dea";

View file

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