From a63bd773b9dfce7d71a5a87d167755a22ccf0c3c Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Fri, 9 Feb 2024 01:36:39 +0300 Subject: 2024-02-09 --- modules/common/common/shell/default.nix | 8 ++++++-- modules/common/profiles/dev/default.nix | 1 - modules/common/profiles/headful.nix | 1 - modules/common/qutebrowser.nix | 18 +----------------- 4 files changed, 7 insertions(+), 21 deletions(-) (limited to 'modules/common') diff --git a/modules/common/common/shell/default.nix b/modules/common/common/shell/default.nix index 5731f26..8c3fa8a 100644 --- a/modules/common/common/shell/default.nix +++ b/modules/common/common/shell/default.nix @@ -1,5 +1,6 @@ { config, + inputs, lib, pkgs, this, @@ -16,6 +17,8 @@ in { config = { hm = { + imports = [inputs.nix-index-database.hmModules.nix-index]; + programs = { bash = { enable = true; @@ -125,9 +128,10 @@ in { // cfg.aliases; }; - command-not-found.enable = false; - dircolors.enable = true; + + command-not-found.enable = false; + nix-index-database.comma.enable = true; }; home.packages = with pkgs; [grc]; diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix index 1bc0b0e..52dc49f 100644 --- a/modules/common/profiles/dev/default.nix +++ b/modules/common/profiles/dev/default.nix @@ -67,7 +67,6 @@ in { hydra-check jq logcli - nix-index nix-update nixpkgs-review sops diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index dc8e1d6..1578ccc 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -34,7 +34,6 @@ in { ''; packages = with pkgs; [ - comma fd ripgrep sd diff --git a/modules/common/qutebrowser.nix b/modules/common/qutebrowser.nix index 96da894..9a919b7 100644 --- a/modules/common/qutebrowser.nix +++ b/modules/common/qutebrowser.nix @@ -400,23 +400,7 @@ in { }; webpage = { bg = "white"; - darkmode = { - enabled = false; - algorithm = "lightness-cielab"; - contrast = 0.0; - grayscale = { - all = false; - images = 0.0; - }; - policy = { - images = "smart"; - page = "smart"; - }; - threshold = { - background = 0; - text = 256; - }; - }; + darkmode.enabled = false; preferred_color_scheme = "auto"; }; }; -- cgit v1.2.3