stylix and zen-browser
This commit is contained in:
parent
8e5a0ff620
commit
a34c15d72f
6 changed files with 114 additions and 54 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.dms.homeModules.dankMaterialShell.default ];
|
||||
imports = [
|
||||
inputs.dms.homeModules.dankMaterialShell.default
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
|
@ -11,6 +14,11 @@
|
|||
enableVPN = false;
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
enable = true;
|
||||
profiles.william = { };
|
||||
};
|
||||
|
||||
ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -35,9 +43,7 @@
|
|||
enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = with pkgs; [
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-gnome
|
||||
];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
idle-timeout = 0;
|
||||
line-number = "relative";
|
||||
cursor-shape = {
|
||||
normal = "bar";
|
||||
normal = "underline";
|
||||
insert = "bar";
|
||||
select = "underline";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,5 +53,9 @@
|
|||
terminal = 12;
|
||||
};
|
||||
};
|
||||
targets.zen-browser = {
|
||||
enable = true;
|
||||
profileNames = [ "william" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue