This commit is contained in:
k
2024-11-19 22:02:21 -05:00
parent 1f1a29fb7c
commit 446e5ab59b
3 changed files with 29 additions and 20 deletions

View File

@@ -1,12 +1,14 @@
{ config, pkgs, inputs, ... }:
{
programs = {
services = {
mako = { enable = true; };
};
programs = {
alacritty = { enable = true; };
swaylock = {enable = true;};
wofi = { enable = true; };
zathura = { enable = true; };
mpv = { enable = true; };
};
}
}