13 lines
237 B
Nix
13 lines
237 B
Nix
{
|
|
imports = [
|
|
./wezterm # terminal
|
|
./dunst.nix # notifaction handler
|
|
];
|
|
|
|
# Notifies on low battery percentages
|
|
services.batsignal.enable = true;
|
|
|
|
# Use a base16 theme for gtk apps!
|
|
stylix.targets.gtk.enable = true;
|
|
}
|