Added missing programs

This commit is contained in:
k
2025-01-23 12:39:45 -05:00
parent eba2ffcdcd
commit a754632a59
2 changed files with 44 additions and 6 deletions

View File

@@ -4,12 +4,25 @@
inputs,
...
}: {
services = {mako = {enable = true;};};
services = {
mako = {
enable = true;
defaultTimeout = 4000;
};
};
programs = {
alacritty = {enable = true;};
wofi = {enable = true;};
zathura = {enable = true;};
mpv = {enable = true;};
lf = {enable = true;};
};
home.packages = with pkgs; [
brightnessctl
pulsemixer
unzip
zip
swayimg
];
stylix.targets.wofi.enable = true; #this dosnt follow auto enable for some reson
}