feat: zen

This commit is contained in:
s-prechtl 2025-07-01 14:58:38 +02:00
parent 52187c037f
commit 91f39d5851
5 changed files with 33 additions and 11 deletions

View file

@ -138,7 +138,6 @@
google-chrome
goose
hyprshot
inputs.zen-browser.packages."${system}".specific
jdk
jdt-language-server
kdePackages.dolphin

View file

@ -1,9 +1,10 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
inputs.zen-browser.homeModules.twilight
../../modules/home-manager/hyprland.nix
../../modules/home-manager/pass.nix
../../modules/home-manager/btop.nix
@ -92,5 +93,6 @@
};
# Let Home Manager install and manage itself.
programs.zen-browser.enable = true;
programs.home-manager.enable = true;
}