add btop configs, update ssh local ips, add multiple programs to niri config and add more keybinds
11 lines
No EOL
147 B
Nix
11 lines
No EOL
147 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
color_theme = "tokyo-night";
|
|
update_ms = 500;
|
|
};
|
|
};
|
|
} |