adding dig

This commit is contained in:
2025-07-23 19:22:50 +02:00
parent 7f3f2c82d9
commit 9f707e02da
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ in {
enableFishIntegration = config.programs.fish.enable; enableFishIntegration = config.programs.fish.enable;
enableZshIntegration = config.programs.zsh.enable; enableZshIntegration = config.programs.zsh.enable;
settings = { settings = {
theme = "GruvboxDark"; theme = "GruvboxDarkHard";
focus-follows-mouse = true; focus-follows-mouse = true;
resize-overlay = "never"; resize-overlay = "never";
background-opacity = 0.95; background-opacity = 0.95;

View File

@@ -101,6 +101,7 @@ in {
(mkIf cfg.server.enable [ (mkIf cfg.server.enable [
nvtopPackages.intel nvtopPackages.intel
nvtopPackages.amd nvtopPackages.amd
dig
]) ])
(mkIf cfg.dev.enable [ (mkIf cfg.dev.enable [