lilith-pc merge conflict
This commit is contained in:
parent
a38be6b0fb
commit
e482c7bb88
2 changed files with 43 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue