Skip to content

Commit

Permalink
users: change htop behavior on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Aug 25, 2024
1 parent fc3fe97 commit 918b4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/parts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
};
};

formatter = inputs.nixpkgs-fmt.defaultPackage.${system};
formatter = inputs.nixfmt.packages.${system}.default;
};
}
2 changes: 1 addition & 1 deletion modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{
detailed_cpu_time = true;
hide_kernel_threads = false;
show_cpu_frequency = true;
show_cpu_frequency = pkgs.stdenv.isLinux;
show_cpu_usage = true;
show_program_path = false;
show_thread_names = true;
Expand Down

0 comments on commit 918b4d1

Please sign in to comment.