2025-01-10 18:21:03 -05:00

16 lines
310 B
Nix

{
config,
pkgs,
inputs,
...
}: {
services = {mako = {enable = true;};};
programs = {
alacritty = {enable = true;};
wofi = {enable = true;};
zathura = {enable = true;};
mpv = {enable = true;};
};
stylix.targets.wofi.enable = true; #this dosnt follow auto enable for some reson
}