From 3cd3233f7eaf2a8a715d587820d6d4577a24d958 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 4 May 2024 16:11:40 +0300 Subject: 2024-05-04 --- modules/profiles/headful.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/profiles/headful.nix') diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 6e58dae..7060e49 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -1,5 +1,6 @@ { config, + inputs, lib, pkgs, this, @@ -40,6 +41,8 @@ in }; hm = { + imports = [ inputs.nix-index-database.hmModules.nix-index ]; + home = { file.".digrc".text = '' +answer @@ -62,7 +65,11 @@ in ]; }; - programs.bash.shellAliases.open = "xdg-open"; + programs = { + bash.shellAliases.open = "xdg-open"; + + nix-index-database.comma.enable = true; + }; }; boot = { @@ -113,6 +120,7 @@ in lm_sensors socat tcpdump + usbutils ]; my.extraGroups = [ -- cgit v1.2.3