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:
wo2wz 2025-08-01 00:36:00 -04:00
parent 3fa1c97cc8
commit a1196deb25
8 changed files with 191 additions and 47 deletions

11
modules/home/btop.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "tokyo-night";
update_ms = 500;
};
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
./btop.nix
./bash.nix
./git.nix
./kitty.nix