remove all default packages,
add btop configs, update ssh local ips, add multiple programs to niri config and add more keybinds
This commit is contained in:
parent
3fa1c97cc8
commit
a1196deb25
8 changed files with 191 additions and 47 deletions
11
modules/home/btop.nix
Normal file
11
modules/home/btop.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "tokyo-night";
|
||||
update_ms = 500;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./btop.nix
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./kitty.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue