mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-04-15 14:23:58 +02:00
blargh
This commit is contained in:
parent
63d865be00
commit
70e5b25e38
19 changed files with 286 additions and 236 deletions
|
|
@ -1,22 +1,18 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.jade =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
package = pkgs.btop-rocm;
|
||||
settings = {
|
||||
shown_boxes = "cpu mem net proc gpu0";
|
||||
color_theme = "gruvbox_dark";
|
||||
vim_keys = true;
|
||||
proc_per_core = true;
|
||||
proc_filter_kernel = true;
|
||||
proc_aggregate = true;
|
||||
cpu_graph_upper = "total";
|
||||
cpu_graph_lower = "user";
|
||||
update_ms = 500;
|
||||
};
|
||||
};
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
package = pkgs.btop-rocm;
|
||||
settings = {
|
||||
shown_boxes = "cpu mem net proc gpu0";
|
||||
color_theme = "gruvbox_dark";
|
||||
vim_keys = true;
|
||||
proc_per_core = true;
|
||||
proc_filter_kernel = true;
|
||||
proc_aggregate = true;
|
||||
cpu_graph_upper = "total";
|
||||
cpu_graph_lower = "user";
|
||||
update_ms = 500;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue