lilith-pc merge conflict

This commit is contained in:
Lilith 2025-03-18 18:08:25 +01:00
parent a38be6b0fb
commit e482c7bb88
Signed by: lilith
GPG key ID: 8712A0F317C37175
2 changed files with 43 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{zen-browser, system, pkgs, lib, ...}: {
imports = [ zen-browser.homeManagerModules.zen-browser ];
# home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
programs.zen-browser = {
enable = true;

View file

@ -6,5 +6,47 @@
overlay.enable = true;
hyprland.enable = true;
layout."*" = {
left = [ "dashboard" "workspaces" "windowtitle"];
middle = [ "media" ];
right = [ "volume" "network" "bluetooth" "systray" "clock" "battery" "notifications"];
};
settings = {
bar = {
clock.format = "%F %H:%M";
battery.label = true;
launcher.icon = "";
workspaces = {
ignored = "-.+";
show_numbered = true;
};
};
menus.dashboard = {
directories.enabled = false;
powermenu.logout = "hyprlock";
shortcuts.enabled = false;
stats.enable_gpu = true;
};
theme = {
bar.transparent = true;
font.name = "JetBrains Mono NF";
matugen = true;
matugen_settings = {
# contrast = 0.3;
variation = "standard_3";
};
};
wallpaper.enable = true;
wallpaper.image = "${../../wallpapers/default.jpg}";
};
};
}