This commit is contained in:
Hadi
2024-03-18 22:26:32 +01:00
parent 6a562ff64c
commit ef3489075f
65 changed files with 165 additions and 107 deletions

View File

@@ -1,7 +1,4 @@
{ config, ... }:
let
in {
{ config, ... }: {
imports = [ ./duckduckgo-colorscheme.nix ];
@@ -109,6 +106,8 @@ in {
border = "#${config.theme.colors.color1}";
};
};
webpage.darkmode.enabled = true;
};
fonts = { default_family = "${config.theme.font}"; };
@@ -164,6 +163,8 @@ in {
keyBindings = {
normal = {
"gh" = "open ${config.home.homeDirectory}/.config/startpage/index.html";
",p" = "tab-move -";
",n" = "tab-move +";