Restructure to use flakes
This commit is contained in:
13
home/htop.nix
Normal file
13
home/htop.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ ... }: {
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
hide_kernel_threads = true;
|
||||
hide_threads = true;
|
||||
hide_userland_threads = true;
|
||||
show_program_path = false;
|
||||
tree_view = true;
|
||||
vim_mode = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user