nixos-config/modules/home/default.nix
wo2wz a1196deb25 remove all default packages,
add btop configs,
update ssh local ips,
add multiple programs to niri config and add more keybinds
2025-08-01 00:36:00 -04:00

15 lines
No EOL
194 B
Nix
Executable file

{ config, ... }:
{
imports = [
./btop.nix
./bash.nix
./git.nix
./kitty.nix
./librewolf.nix
./plasma.nix
./spicetify.nix
./vesktop.nix
./vscodium.nix
];
}