added zathura and mpv
This commit is contained in:
parent
91e2e87ed6
commit
567a3790d5
@ -1,16 +1,12 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services = {
|
||||
mako = { enable = true; };
|
||||
};
|
||||
|
||||
programs = {
|
||||
mako = { enable = true; };
|
||||
alacritty = { enable = true; };
|
||||
swaylock = {enable = true;};
|
||||
wofi = { enable = true; };
|
||||
zathura = { enable = true; };
|
||||
mpv = { enable = true; };
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user